diff options
Diffstat (limited to 'source/source.pro')
| -rw-r--r-- | source/source.pro | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source/source.pro b/source/source.pro index ecef1683..1d9359cb 100644 --- a/source/source.pro +++ b/source/source.pro @@ -16,11 +16,7 @@ CONFIG += staticlib # automagically put in debug/release folders, so do the # same for other platforms. TARGET = $$QXMPP_LIB -CONFIG(debug, debug|release) { - DESTDIR = debug -} else { - DESTDIR = release -} +DESTDIR = $$QXMPP_LIBRARY_DIR # Header files HEADERS += QXmppUtils.h \ |
