diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 17:11:40 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-08-10 17:11:40 +0000 |
| commit | 7105917072682fd7e74bd7eca50ba406dd346225 (patch) | |
| tree | 7b78020efe6dca82baef5f4ae57078a0b4af7525 /examples/examples.pri | |
| parent | 142ae3f5c16d34fe343f0acdf03ad144abe4c2c2 (diff) | |
| download | qxmpp-7105917072682fd7e74bd7eca50ba406dd346225.tar.gz | |
move tests out of examples
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 |
