4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-07 00:09:33 +00:00

even more windows

svn path=/trunk/kdesupport/qca/; revision=648327
This commit is contained in:
Justin Karneges 2007-03-31 00:48:56 +00:00
parent e815bb462d
commit 60a19d737b
2 changed files with 3 additions and 1 deletions
confapp.pri
examples/saslservtest

@ -3,5 +3,5 @@ unix:{
}
windows:{
CONFIG += debug
QCA_LIBNAME = qca_debug
QCA_LIBNAME = qcad
}

@ -6,3 +6,5 @@ TARGET = saslservtest
SOURCES += saslservtest.cpp
include(../examples.pri)
windows:LIBS += -lws2_32