mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 20:14:32 +00:00
16 lines
433 B
Plaintext
16 lines
433 B
Plaintext
include(../confapp.pri)
|
|
|
|
# default to console (individual programs can always override this if needed)
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
QT -= gui
|
|
|
|
# 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 += -l$$QCA_LIBNAME
|