4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-10 01:39:34 +00:00
qca/crypto_win.prf
Justin Karneges f603d493f8 build fixes
svn path=/trunk/kdesupport/qca/; revision=441946
2005-08-01 06:56:44 +00:00

10 lines
179 B
Plaintext

CONFIG *= qt
windows:{
# change this to the QCA install location
QCA_PREFIX = /local
INCLUDEPATH += $$QCA_PREFIX/include/QtCrypto
LIBS += -L$$QCA_PREFIX/lib
LIBS += -lqca
}