aboutsummaryrefslogtreecommitdiff
path: root/source/source.pro
diff options
context:
space:
mode:
Diffstat (limited to 'source/source.pro')
-rw-r--r--source/source.pro8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/source.pro b/source/source.pro
index a3bdcada..ecef1683 100644
--- a/source/source.pro
+++ b/source/source.pro
@@ -1,8 +1,9 @@
+include(../qxmpp.pri)
+
TEMPLATE = lib
QT += network \
xml
-CONFIG += staticlib \
- debug_and_release
+CONFIG += staticlib
# To disable the dependency on QtGui, uncomment the following:
# DEFINES += QXMPP_NO_GUI
@@ -14,12 +15,11 @@ CONFIG += staticlib \
# regardless of the platform. On win32 the library is
# automagically put in debug/release folders, so do the
# same for other platforms.
+TARGET = $$QXMPP_LIB
CONFIG(debug, debug|release) {
DESTDIR = debug
- TARGET = qxmpp_d
} else {
DESTDIR = release
- TARGET = qxmpp
}
# Header files