qca/crypto_win.prf

10 lines
179 B
Plaintext
Raw Normal View History

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
}