diff options
Diffstat (limited to 'examples/examples.pri')
| -rw-r--r-- | examples/examples.pri | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/examples.pri b/examples/examples.pri index 6b31e46d..82e6f2bb 100644 --- a/examples/examples.pri +++ b/examples/examples.pri @@ -2,12 +2,11 @@ include(../qxmpp.pri) TEMPLATE = app -INCLUDEPATH += $$QXMPP_INCLUDE_DIR - QT += network xml CONFIG += console +INCLUDEPATH += $$QXMPP_INCLUDE_DIR LIBS += -L$$QXMPP_LIBRARY_DIR -l$$QXMPP_LIB PRE_TARGETDEPS += $${QXMPP_LIBRARY_DIR}/lib$${QXMPP_LIB}.a |
