mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-28 12:34:31 +00:00
10 lines
271 B
Plaintext
10 lines
271 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.
|
|
INCLUDEPATH += ../../include/QtCrypto
|
|
LIBS += -L../../lib
|
|
|
|
# link
|
|
LIBS += -lqca
|
|
|