include relative to pri

svn path=/trunk/kdesupport/qca/; revision=662412
This commit is contained in:
Justin Karneges 2007-05-08 04:43:37 +00:00
parent e6296a5755
commit bdb5900aeb
2 changed files with 8 additions and 11 deletions

View File

@ -1,14 +1,13 @@
# 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)
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

View File

@ -1,17 +1,15 @@
# 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)
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