aboutsummaryrefslogtreecommitdiff
path: root/qxmpp.pri
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-09-20 08:00:03 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-09-20 08:00:03 +0000
commit07cf711295242911da9d722d41ebb29188c6fa9c (patch)
treec026c82c3ce8670fd271ff4274799c2632d17dcf /qxmpp.pri
parent6846e3f17d9918fb0fed1eea5d2496d37991091d (diff)
downloadqxmpp-07cf711295242911da9d722d41ebb29188c6fa9c.tar.gz
make sure examples/tests get rebuilt when QXmpp library changes (only done for unix systems for now)
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
index 863bf708..5eca2bb1 100644
--- a/qxmpp.pri
+++ b/qxmpp.pri
@@ -30,3 +30,10 @@ symbian {
# in the extra libraries which the qxmpp library needs, but this does not
# seem to work on win32, so we specify the dependencies here:
QXMPP_LIBS += $$QXMPP_INTERNAL_LIBS
+
+# Path of the QXmpp library file, for expressing dependency.
+symbian {
+} else:unix {
+ QXMPP_LIBRARY_FILE = $${QXMPP_LIBRARY_DIR}/lib$${QXMPP_LIBRARY_NAME}.a
+}
+