diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-02-08 09:36:21 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2012-02-08 09:36:21 +0000 |
| commit | 338a29bab47d690c7a847473316066444f8b788c (patch) | |
| tree | aa838e3675922f376cac0a67b827e3b9f2e91b3d /examples/examples.pri | |
| parent | 8f84970ae79d0f3827e6f6a441b769b52948b1b4 (diff) | |
| download | qxmpp-338a29bab47d690c7a847473316066444f8b788c.tar.gz | |
rename QXMPP_INCLUDE_DIR to QXMPP_INCLUDEPATH
Diffstat (limited to 'examples/examples.pri')
| -rw-r--r-- | examples/examples.pri | 2 |
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 |
