mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 04:24:32 +00:00
13 lines
310 B
Plaintext
13 lines
310 B
Plaintext
# In a real application, you use the install locations
|
|
# (eg /usr/local/include/QtCrypto and /usr/local/lib). We just do this
|
|
# so you can see the examples without needing to install first.
|
|
|
|
include(../../confapp.pri)
|
|
|
|
INCLUDEPATH += ../../include/QtCrypto
|
|
LIBS += -L../../lib
|
|
|
|
# link
|
|
LIBS += -l$$QCA_LIBNAME
|
|
|