Browse Source

Reverting some previous modifications to fix cross-compiling wind0ze

pull/112/head
fekt 1 year ago
parent
commit
04093b0382
  1. 6
      silentdragonx.pro

6
silentdragonx.pro

@ -156,10 +156,10 @@ else: unix:!android: target.path = /opt/$${TARGET}/bin
win32:CONFIG(release, debug|release): LIBS += -L$$PWD/res/ -llibsodium
else:win32:CONFIG(debug, debug|release): LIBS += -L$$PWD/res/ -llibsodiumd
else:unix: LIBS += -L$$PWD/res/ -lsodium
else:unix: LIBS += -L$$PWD/res-drgx/ -lsodium
INCLUDEPATH += $$PWD/res-drgx
DEPENDPATH += $$PWD/res-drgx
INCLUDEPATH += $$PWD/res
DEPENDPATH += $$PWD/res
win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$PWD/res/liblibsodium.a
else:win32-g++:CONFIG(debug, debug|release): PRE_TARGETDEPS += $$PWD/res/liblibsodium.a

Loading…
Cancel
Save