aboutsummaryrefslogtreecommitdiff
path: root/examples/examples.pri
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-10 17:11:40 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-10 17:11:40 +0000
commit7105917072682fd7e74bd7eca50ba406dd346225 (patch)
tree7b78020efe6dca82baef5f4ae57078a0b4af7525 /examples/examples.pri
parent142ae3f5c16d34fe343f0acdf03ad144abe4c2c2 (diff)
downloadqxmpp-7105917072682fd7e74bd7eca50ba406dd346225.tar.gz
move tests out of examples
Diffstat (limited to 'examples/examples.pri')
-rw-r--r--examples/examples.pri3
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