qca libs now go in lib subdir

svn path=/trunk/kdesupport/qca/; revision=441823
This commit is contained in:
Justin Karneges 2005-08-01 03:15:35 +00:00
parent 52b65a93b0
commit 20fd5eab8b
5 changed files with 5 additions and 5 deletions

View File

@ -2,7 +2,7 @@
# (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../..
LIBS += -L../../lib
# link
LIBS += -lqca

View File

@ -9,7 +9,7 @@ TEMPLATE = lib
CONFIG += debug
QT -= gui
TARGET = qca
DESTDIR = $$QCA_BASE
DESTDIR = $$QCA_BASE/lib
MOC_DIR = .moc
OBJECTS_DIR = .obj

View File

@ -3,7 +3,7 @@ CONFIG += console
CONFIG -= app_bundle
INCLUDEPATH += ../../include/QtCrypto
LIBS += -L../.. -lqca
LIBS += -L../../lib -lqca
SOURCES += main.cpp

View File

@ -4,7 +4,7 @@ CONFIG -= app_bundle
DESTDIR = ../../bin
INCLUDEPATH += ../../include/QtCrypto
LIBS += -L../.. -lqca
LIBS += -L../../lib -lqca
SOURCES += main.cpp

View File

@ -6,7 +6,7 @@ TARGET = qca-unittest
#QMAKE_CXXFLAGS_DEBUG += -fprofile-arcs -ftest-coverage
INCLUDEPATH += ../include/QtCrypto
LIBS += -L..
LIBS += -L../lib
LIBS += -lqca
#DEFINES += QT_STATICPLUGIN