aboutsummaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorManjeet Dahiya <manjeetdahiya@gmail.com>2011-02-08 05:06:47 +0000
committerManjeet Dahiya <manjeetdahiya@gmail.com>2011-02-08 05:06:47 +0000
commit7e17d5642f9640cf2c7b9f907c30a1f99cb122f8 (patch)
tree331b0445c3214c4b08d2f67a652fa17828fc45d1 /src/src.pro
parent4f3223f3b8ae2014cd12cb8bf5e466cb803033ef (diff)
downloadqxmpp-7e17d5642f9640cf2c7b9f907c30a1f99cb122f8.tar.gz
lib installation on 64 bit machine
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src.pro b/src/src.pro
index 011028b9..1f5b9d17 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -169,5 +169,5 @@ QMAKE_PKGCONFIG_DESTDIR = $$QXMPP_LIBRARY_DIR/pkgconfig
# Installation
headers.files = $$INSTALL_HEADERS
headers.path = $$[QT_INSTALL_PREFIX]/include/qxmpp
-target.path = $$[QT_INSTALL_PREFIX]/lib
+target.path = $$[QT_INSTALL_LIBS]
INSTALLS += headers target