qca/unittest/unittest.pri
Justin Karneges bdb5900aeb include relative to pri
svn path=/trunk/kdesupport/qca/; revision=662412
2007-05-08 04:43:37 +00:00

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