aboutsummaryrefslogtreecommitdiff
path: root/examples/examples.pri
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2012-02-08 09:36:21 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2012-02-08 09:36:21 +0000
commit338a29bab47d690c7a847473316066444f8b788c (patch)
treeaa838e3675922f376cac0a67b827e3b9f2e91b3d /examples/examples.pri
parent8f84970ae79d0f3827e6f6a441b769b52948b1b4 (diff)
downloadqxmpp-338a29bab47d690c7a847473316066444f8b788c.tar.gz
rename QXMPP_INCLUDE_DIR to QXMPP_INCLUDEPATH
Diffstat (limited to 'examples/examples.pri')
-rw-r--r--examples/examples.pri2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/examples.pri b/examples/examples.pri
index f9ffe28f..17d3b3b2 100644
--- a/examples/examples.pri
+++ b/examples/examples.pri
@@ -3,7 +3,7 @@ include(../qxmpp.pri)
TEMPLATE = app
CONFIG += console
-INCLUDEPATH += $$QXMPP_INCLUDE_DIR
+INCLUDEPATH += $$QXMPP_INCLUDEPATH
LIBS += $$QXMPP_LIBS
PRE_TARGETDEPS += $$QXMPP_LIBRARY_FILE