Skip to content

Commit

Permalink
#2876 snap: try to add qmake-project-file
Browse files Browse the repository at this point in the history
  • Loading branch information
pbek committed Jan 4, 2024
1 parent e162d11 commit 14313d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ parts:
# see https://snapcraft.io/docs/qmake-plugin
plugin: qmake
qmake-parameters:
- ./src/QOwnNotes.pro
- CONFIG+=release
- CONFIG+=snapcraft
qmake-project-file: ./src/QOwnNotes.pro
override-build: |
cd /build/qownnotes/parts/qownnotes/src/src
export QT_SELECT=qt5
Expand Down

0 comments on commit 14313d7

Please sign in to comment.