aboutsummaryrefslogtreecommitdiff
path: root/src/src.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-03-23 12:09:59 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2012-03-23 12:09:59 +0000
commit53a32bbc23220c52e281394d0c1c210816472c7f (patch)
tree6150d85e6f57c08250a878613babbfebcb5671d3 /src/src.pro
parenta6a80a0cad1ee3753ba658b8eb099a0b7341c507 (diff)
downloadqxmpp-53a32bbc23220c52e281394d0c1c210816472c7f.tar.gz
stop messing with output path
Diffstat (limited to 'src/src.pro')
-rw-r--r--src/src.pro5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/src.pro b/src/src.pro
index db929dcb..293d27ec 100644
--- a/src/src.pro
+++ b/src/src.pro
@@ -25,7 +25,9 @@ DEFINES += QT_STATICPLUGIN
# Target definition
TARGET = $$QXMPP_LIBRARY_NAME
VERSION = $$QXMPP_VERSION
-DESTDIR = $$QXMPP_LIBRARY_DIR
+win32 {
+ DESTDIR = $$OUT_PWD
+}
include(base/base.pri)
include(client/client.pri)
@@ -41,6 +43,5 @@ INSTALLS += headers target
# pkg-config support
CONFIG += create_pc create_prl no_install_prl
-QMAKE_PKGCONFIG_DESTDIR = $$QXMPP_LIBRARY_DIR/pkgconfig
QMAKE_PKGCONFIG_LIBDIR = $$target.path
QMAKE_PKGCONFIG_INCDIR = $$headers.path