mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-11 18:29:33 +00:00
debug linkage on windows
svn path=/trunk/kdesupport/qca/; revision=777101
This commit is contained in:
parent
b90f7e8fe0
commit
bfaecfd20e
@ -24,7 +24,11 @@ windows:{
|
||||
|
||||
INCLUDEPATH += $$OPENSSL_PREFIX/include
|
||||
LIBS += -L$$OPENSSL_PREFIX/lib
|
||||
LIBS += -llibeay32 -lssleay32
|
||||
LINKAGE = -llibeay32 -lssleay32
|
||||
CONFIG(debug, debug|release) {
|
||||
windows:LINKAGE = -llibeay32d -lssleay32d
|
||||
}
|
||||
LIBS += $$LINKAGE
|
||||
LIBS += -lgdi32 -lwsock32
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user