aboutsummaryrefslogtreecommitdiff
path: root/examples/examples.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/examples.pri
parentdc09172eae673ad8a2447589ba859b9962598860 (diff)
downloadqxmpp-142ae3f5c16d34fe343f0acdf03ad144abe4c2c2.tar.gz
rename example.pri to examples.pri
Diffstat (limited to 'examples/examples.pri')
-rw-r--r--examples/examples.pri13
1 files changed, 13 insertions, 0 deletions
diff --git a/examples/examples.pri b/examples/examples.pri
new file mode 100644
index 00000000..6b31e46d
--- /dev/null
+++ b/examples/examples.pri
@@ -0,0 +1,13 @@
+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
+