2005-01-01 05:34:22 +00:00
|
|
|
# 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.
|
2007-03-30 23:42:53 +00:00
|
|
|
|
|
|
|
include(../../confapp.pri)
|
|
|
|
|
2007-04-20 20:08:47 +00:00
|
|
|
# default to console (individual programs can always override this if needed)
|
|
|
|
CONFIG += console
|
|
|
|
CONFIG -= app_bundle
|
|
|
|
QT -= gui
|
|
|
|
|
2005-01-01 05:34:22 +00:00
|
|
|
INCLUDEPATH += ../../include/QtCrypto
|
2005-08-01 03:15:35 +00:00
|
|
|
LIBS += -L../../lib
|
2003-09-17 00:53:41 +00:00
|
|
|
|
2003-10-11 15:43:46 +00:00
|
|
|
# link
|
2007-03-30 23:42:53 +00:00
|
|
|
LIBS += -l$$QCA_LIBNAME
|