2005-08-01 03:16:36 +00:00
|
|
|
CONFIG *= qt
|
|
|
|
windows:{
|
|
|
|
# change this to the QCA install location
|
|
|
|
QCA_PREFIX = /local
|
|
|
|
|
2005-08-01 06:56:44 +00:00
|
|
|
INCLUDEPATH += $$QCA_PREFIX/include/QtCrypto
|
2005-08-01 03:16:36 +00:00
|
|
|
LIBS += -L$$QCA_PREFIX/lib
|
|
|
|
LIBS += -lqca
|
|
|
|
}
|