aboutsummaryrefslogtreecommitdiff
path: root/examples/example.pri
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-08-10 17:00:47 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-08-10 17:00:47 +0000
commit142ae3f5c16d34fe343f0acdf03ad144abe4c2c2 (patch)
treedb10e12457470e4e2ac017592b42ecbf55a6e161 /examples/example.pri
parentdc09172eae673ad8a2447589ba859b9962598860 (diff)
downloadqxmpp-142ae3f5c16d34fe343f0acdf03ad144abe4c2c2.tar.gz
rename example.pri to examples.pri
Diffstat (limited to 'examples/example.pri')
-rw-r--r--examples/example.pri13
1 files changed, 0 insertions, 13 deletions
diff --git a/examples/example.pri b/examples/example.pri
deleted file mode 100644
index 6b31e46d..00000000
--- a/examples/example.pri
+++ /dev/null
@@ -1,13 +0,0 @@
-include(../qxmpp.pri)
-
-TEMPLATE = app
-
-INCLUDEPATH += $$QXMPP_INCLUDE_DIR
-
-QT += network xml
-
-CONFIG += console
-
-LIBS += -L$$QXMPP_LIBRARY_DIR -l$$QXMPP_LIB
-PRE_TARGETDEPS += $${QXMPP_LIBRARY_DIR}/lib$${QXMPP_LIB}.a
-