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_3_ibbTransferSource | |
| parent | 3541dbcf8ebada61f963f8c8785656f61c40f791 (diff) | |
| download | qxmpp-3631e217756d13d2761f3c66b63153a2bb7525be.tar.gz | |
make all examples use example.pri for common definitions
Diffstat (limited to 'example/example_3_ibbTransferSource')
| -rw-r--r-- | example/example_3_ibbTransferSource/example_3_ibbTransfer.pro | 0 | ||||
| -rw-r--r-- | example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro | 14 |
2 files changed, 1 insertions, 13 deletions
diff --git a/example/example_3_ibbTransferSource/example_3_ibbTransfer.pro b/example/example_3_ibbTransferSource/example_3_ibbTransfer.pro deleted file mode 100644 index e69de29b..00000000 --- a/example/example_3_ibbTransferSource/example_3_ibbTransfer.pro +++ /dev/null diff --git a/example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro b/example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro index 6fc65df6..587c8b03 100644 --- a/example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro +++ b/example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro @@ -1,4 +1,4 @@ -TEMPLATE = app
+include(../example.pri)
TARGET = example_3_ibbTransferSource
@@ -6,15 +6,3 @@ SOURCES += main.cpp \ ibbClient.cpp
HEADERS += ibbClient.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
- }
|
