aboutsummaryrefslogtreecommitdiff
path: root/qxmpp.pri
diff options
context:
space:
mode:
Diffstat (limited to 'qxmpp.pri')
-rw-r--r--qxmpp.pri7
1 files changed, 7 insertions, 0 deletions
diff --git a/qxmpp.pri b/qxmpp.pri
new file mode 100644
index 00000000..81aff4c8
--- /dev/null
+++ b/qxmpp.pri
@@ -0,0 +1,7 @@
+CONFIG += debug_and_release
+
+CONFIG(debug, debug|release) {
+ QXMPP_LIB = qxmpp_d
+} else {
+ QXMPP_LIB = qxmpp
+}