mirror of
https://github.com/QuasarApp/qca.git
synced 2025-04-27 20:14:32 +00:00
include relative to pri
svn path=/trunk/kdesupport/qca/; revision=662412
This commit is contained in:
parent
e6296a5755
commit
bdb5900aeb
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user