4
0
mirror of https://github.com/QuasarApp/qca.git synced 2025-05-08 00:39:33 +00:00
qca/examples/examples.pri
Justin Karneges 5c6439a6c1 by default, all unittests/examples are console without a mac.app bundle
svn path=/trunk/kdesupport/qca/; revision=656265
2007-04-20 20:08:47 +00:00

17 lines
437 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)
# default to console (individual programs can always override this if needed)
CONFIG += console
CONFIG -= app_bundle
QT -= gui
INCLUDEPATH += ../../include/QtCrypto
LIBS += -L../../lib
# link
LIBS += -l$$QCA_LIBNAME