aboutsummaryrefslogtreecommitdiff
path: root/example/example_3_ibbTransferSource
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_3_ibbTransferSource')
-rw-r--r--example/example_3_ibbTransferSource/example_3_ibbTransfer.pro0
-rw-r--r--example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro14
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
- }