diff options
Diffstat (limited to 'source')
| -rw-r--r-- | source/server/server.pro | 2 | ||||
| -rw-r--r-- | source/source.pro | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/source/server/server.pro b/source/server/server.pro index 324f07cf..55a06ac5 100644 --- a/source/server/server.pro +++ b/source/server/server.pro @@ -104,4 +104,4 @@ SOURCES += ../QXmppUtils.cpp \ ../QXmppVersionIq.cpp \
../xmlrpc.cpp
-
\ No newline at end of file +
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 |
