mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 20:14:32 +00:00
10 lines
179 B
Plaintext
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
|
|
}
|