qca/crypto.prf.in
Justin Karneges 7ce7aa7a07 more build fixes
svn path=/trunk/kdesupport/qca/; revision=648320
2007-03-31 00:17:43 +00:00

13 lines
240 B
Plaintext

# prepend this file with a QCA_PREFIX definition
CONFIG *= qt
INCLUDEPATH += $$QCA_PREFIX/include/QtCrypto
LIBS += -L$$QCA_PREFIX/lib
CONFIG(debug, debug|release) {
unix:LIBS += -lqca_debug
else:LIBS += -lqcad
} else {
LIBS += -lqca
}