Link with new builds of botan
We now have seperate debug and release builds.
This commit is contained in:
parent
f40b9e4c84
commit
f2639b9ea5
1 changed files with 4 additions and 2 deletions
|
|
@ -153,14 +153,16 @@ RESOURCES += \
|
|||
|
||||
QMAKE_LFLAGS_WINDOWS = /SUBSYSTEM:WINDOWS,5.01
|
||||
|
||||
LIBS += -Lc:/prog/lib/
|
||||
|
||||
win32:CONFIG(release, debug|release): LIBS += -L$$OUT_PWD/../core/release/ -lcore
|
||||
else:win32:CONFIG(debug, debug|release): LIBS += -L$$OUT_PWD/../core/debug/ -lcore
|
||||
|
||||
INCLUDEPATH += $$PWD/../core
|
||||
DEPENDPATH += $$PWD/../core
|
||||
|
||||
win32:CONFIG(release, debug|release): LIBS += c:/prog/lib/botand.lib
|
||||
else:win32:CONFIG(debug, debug|release): LIBS += c:/prog/lib/botan.lib
|
||||
win32:CONFIG(debug, debug|release): LIBS += -lbotand
|
||||
else:win32:CONFIG(release, debug|release): LIBS += -lbotan
|
||||
|
||||
|
||||
win32-g++:CONFIG(release, debug|release): PRE_TARGETDEPS += $$OUT_PWD/../core/release/libcore.a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue