summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordac <qt-info@nokia.com>2010-08-04 14:13:37 +1000
committerdac <qt-info@nokia.com>2010-08-04 14:13:37 +1000
commit521c569277b0df2fa0e4c7849a8162823f53d3c9 (patch)
treec8b667a6d8a6d81d075a957955de2790e18e3aa9
parent0d66d5a870c06a3a5502b89a1c771c714e108049 (diff)
Make core plugin library install in QT_INSTALL_LIBS like the rest,
to avoid having to set LD_LIBRARY_PATH.
-rw-r--r--coreplugin/coreplugin.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/coreplugin/coreplugin.pro b/coreplugin/coreplugin.pro
index 415bc3b..2712350 100644
--- a/coreplugin/coreplugin.pro
+++ b/coreplugin/coreplugin.pro
@@ -1,6 +1,9 @@
TEMPLATE = lib
TARGET = Core
DESTDIR = $$BUILDROOT/lib
+target.path=$$[QT_INSTALL_LIBS]
+INSTALLS+=target
+
QT += network
INCLUDEPATH += .. ../botan/build
LIBS+=-L$$BUILDROOT/lib -lBotan