diff options
| author | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-03-04 12:03:12 +0000 |
|---|---|---|
| committer | Jeremy Lainé <jeremy.laine@m4x.org> | 2010-03-04 12:03:12 +0000 |
| commit | 3631e217756d13d2761f3c66b63153a2bb7525be (patch) | |
| tree | f5651b628a3958ec3a899c7772fd997f4b93e962 /example/example_5_rpcInterface | |
| parent | 3541dbcf8ebada61f963f8c8785656f61c40f791 (diff) | |
| download | qxmpp-3631e217756d13d2761f3c66b63153a2bb7525be.tar.gz | |
make all examples use example.pri for common definitions
Diffstat (limited to 'example/example_5_rpcInterface')
| -rw-r--r-- | example/example_5_rpcInterface/example_5_rpcInterface.pro | 21 |
1 files changed, 8 insertions, 13 deletions
diff --git a/example/example_5_rpcInterface/example_5_rpcInterface.pro b/example/example_5_rpcInterface/example_5_rpcInterface.pro index 57c0791b..eaa19e67 100644 --- a/example/example_5_rpcInterface/example_5_rpcInterface.pro +++ b/example/example_5_rpcInterface/example_5_rpcInterface.pro @@ -1,17 +1,12 @@ -TEMPLATE = app +include(../example.pri) + TARGET = example_5_rpcInterface + SOURCES += main.cpp \ - rpcClient.cpp \ - remoteinterface.cpp + rpcClient.cpp \ + remoteinterface.cpp + HEADERS += rpcClient.h \ - remoteinterface.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 + remoteinterface.h + OTHER_FILES += README |
