mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 04:24:32 +00:00
13 lines
240 B
Plaintext
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
|
|
}
|