aboutsummaryrefslogtreecommitdiff
path: root/example/example_6_rpcClient/example_6_rpcClient.pro
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@m4x.org>2010-03-04 12:03:12 +0000
committerJeremy Lainé <jeremy.laine@m4x.org>2010-03-04 12:03:12 +0000
commit3631e217756d13d2761f3c66b63153a2bb7525be (patch)
treef5651b628a3958ec3a899c7772fd997f4b93e962 /example/example_6_rpcClient/example_6_rpcClient.pro
parent3541dbcf8ebada61f963f8c8785656f61c40f791 (diff)
downloadqxmpp-3631e217756d13d2761f3c66b63153a2bb7525be.tar.gz
make all examples use example.pri for common definitions
Diffstat (limited to 'example/example_6_rpcClient/example_6_rpcClient.pro')
-rw-r--r--example/example_6_rpcClient/example_6_rpcClient.pro17
1 files changed, 6 insertions, 11 deletions
diff --git a/example/example_6_rpcClient/example_6_rpcClient.pro b/example/example_6_rpcClient/example_6_rpcClient.pro
index 93840828..0dbb806f 100644
--- a/example/example_6_rpcClient/example_6_rpcClient.pro
+++ b/example/example_6_rpcClient/example_6_rpcClient.pro
@@ -1,15 +1,10 @@
-TEMPLATE = app
+include(../example.pri)
+
TARGET = example_6_rpcClient
+
SOURCES += main.cpp \
- rpcClient.cpp
+ rpcClient.cpp
+
HEADERS += rpcClient.h
-INCLUDEPATH += ../../source
-QT += network \
- xml
-CONFIG += console \
- debug_and_release
-CONFIG(debug, debug|release):LIBS += -L../../source \
- -lQXmppClient_d
-else:LIBS += -L../../source \
- -lQXmppClient
+
OTHER_FILES += README