Browse Source

Merge pull request #85 from MyHush/dev

add win32 deps, bump version to 1.2.1
pull/98/head
Denio 4 years ago
committed by GitHub
parent
commit
6b58e8c885
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      silentdragon-lite.pro
  2. 2
      src/version.h

2
silentdragon-lite.pro

@ -162,7 +162,7 @@ distclean.depends += librustclean
QMAKE_EXTRA_TARGETS += librust libsodium librustclean distclean
QMAKE_CLEAN += $$PWD/lib/target/release/libsilentdragonlite.a res/libsodium.a
win32: LIBS += -L$$PWD/lib/target/x86_64-pc-windows-gnu/release -lsilentdragonlite -L$$PWD/res/ -llibsodium
win32: LIBS += -L$$PWD/lib/target/x86_64-pc-windows-gnu/release -lsilentdragonlite -L$$PWD/res/ -llibsodium -lsecur32 -lcrypt32 -lncrypt
else:macx: LIBS += -L$$PWD/lib/target/release -lsilentdragonlite -framework Security -framework Foundation -L$$PWD/res/ -lsodium
else:unix: LIBS += -L$$PWD/lib/target/release -lsilentdragonlite -ldl -L$$PWD/res/ -lsodium

2
src/version.h

@ -1 +1 @@
#define APP_VERSION "1.2.0"
#define APP_VERSION "1.2.1"

Loading…
Cancel
Save