summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKeith Isdale <keith.isdale@nokia.com>2010-07-26 16:33:28 +1000
committerKeith Isdale <keith.isdale@nokia.com>2010-07-26 16:33:28 +1000
commit1889676f0e8e7b0bf9278084c4bc9dcf59274534 (patch)
tree3f763aae8f0bfc46f7905c02a804912272d94b74
parentba27c69e49a6d204753a3a631fee91ab88b14b32 (diff)
Simplity botan library building
-rw-r--r--botan/src/src.pro3
-rw-r--r--libqsystemtest/libqsystemtest.pro3
2 files changed, 3 insertions, 3 deletions
diff --git a/botan/src/src.pro b/botan/src/src.pro
index 08de10e..14a92ff 100644
--- a/botan/src/src.pro
+++ b/botan/src/src.pro
@@ -1,10 +1,9 @@
TEMPLATE = lib
TARGET = Botan
+DESTDIR = $$BUILDROOT/lib
CONFIG += dll
-include(../../../../qtcreatorlibrary.pri)
-
DEPENDPATH += .
INCLUDEPATH += $$PWD $$PWD/../build $$PWD/../build/botan
diff --git a/libqsystemtest/libqsystemtest.pro b/libqsystemtest/libqsystemtest.pro
index 2bc22be..ff559de 100644
--- a/libqsystemtest/libqsystemtest.pro
+++ b/libqsystemtest/libqsystemtest.pro
@@ -95,6 +95,7 @@ QT+=network
LIBS+= -lBotan
unix:!symbian {
+ LIBS += -L$$BUILDROOT/lib
DESTDIR=$$BUILDROOT/lib
target.path=$$[QT_INSTALL_LIBS]
INSTALLS+=target
@@ -128,4 +129,4 @@ mac {
target.path += \
- /usr/local/lib \ No newline at end of file
+ /usr/local/lib