From 323ce65bcf5fe2c82d16cf7efd7fa3bb1fe49359 Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 10 Aug 2010 16:43:28 +0000 Subject: move common definitions to qxmpp.pri --- qxmpp.pri | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 qxmpp.pri (limited to 'qxmpp.pri') 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 +} -- cgit v1.2.3