Skip to content

Commit

Permalink
snapcraft.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Apr 19, 2024
1 parent 554ebe2 commit d02a0bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ parts:
plugin: qmake
qmake-project-file: librecad.pro
source: .
Install: |
install-d $SNAPCRAFT unix/librecad/resources
INSTALL qtapp $SNAPCRAFT unix/librecad/appdata
INSTALL qtapp $SNAPCRAFT unix/tff2lff
build-packages:
- qttools5-dev
- qttools5-dev-tools
Expand Down Expand Up @@ -49,6 +45,10 @@ parts:
- libboost-dev
- libboost-log-dev
- libboost-program-options-dev
Install: |
install-d $SNAPCRAFT unix/librecad/resources
install qtapp $SNAPCRAFT unix/librecad/appdata
install qtapp $SNAPCRAFT unix/tff2lff
#For 18.04
#configflags:
# - "-DCMAKE_INSTALL_PREFIX=/usr"
Expand Down

0 comments on commit d02a0bc

Please sign in to comment.