From 07cf711295242911da9d722d41ebb29188c6fa9c Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Mon, 20 Sep 2010 08:00:03 +0000 Subject: make sure examples/tests get rebuilt when QXmpp library changes (only done for unix systems for now) --- examples/examples.pri | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'examples/examples.pri') diff --git a/examples/examples.pri b/examples/examples.pri index 52d44b5c..3675676c 100644 --- a/examples/examples.pri +++ b/examples/examples.pri @@ -8,10 +8,7 @@ CONFIG += console INCLUDEPATH += $$QXMPP_INCLUDE_DIR LIBS += $$QXMPP_LIBS - -# FIXME: we need to express a dependency on the library, but the file name -# depends on the platform and whether the library is static or dynamic -# PRE_TARGETDEPS += $${QXMPP_LIBRARY_DIR}/lib$${QXMPP_LIB}.a +PRE_TARGETDEPS += $$QXMPP_LIBRARY_FILE # Symbian packaging rules symbian { -- cgit v1.2.3