Skip to content

Commit

Permalink
added JSON support for snap packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Navdeep Singh Sidhu committed Jul 22, 2019
1 parent 9fe5297 commit 623d3b7
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 @@ -65,7 +65,7 @@
sqlitebrowser:
# source-type: git
plugin: cmake
configflags: ["-DUSE_QT5=True", "-Dsqlcipher=1", "-Wno-dev"]
configflags: ["-DUSE_QT5=True", "-Dsqlcipher=1", "-Wno-dev","-DSQLITE_ENABLE_JSON1=1"]
source: .
desktop-qt5:
build-packages:
Expand Down

0 comments on commit 623d3b7

Please sign in to comment.