aboutsummaryrefslogtreecommitdiff
path: root/examples/examples.pri
diff options
context:
space:
mode:
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
+