aboutsummaryrefslogtreecommitdiff
path: root/example/example_4_ibbTransferTarget/example_4_ibbTransferTarget.pro
diff options
context:
space:
mode:
Diffstat (limited to 'example/example_4_ibbTransferTarget/example_4_ibbTransferTarget.pro')
-rw-r--r--example/example_4_ibbTransferTarget/example_4_ibbTransferTarget.pro13
1 files changed, 1 insertions, 12 deletions
diff --git a/example/example_4_ibbTransferTarget/example_4_ibbTransferTarget.pro b/example/example_4_ibbTransferTarget/example_4_ibbTransferTarget.pro
index 50c6b54d..8111fb94 100644
--- a/example/example_4_ibbTransferTarget/example_4_ibbTransferTarget.pro
+++ b/example/example_4_ibbTransferTarget/example_4_ibbTransferTarget.pro
@@ -1,4 +1,4 @@
-TEMPLATE = app
+include(../example.pri)
TARGET = example_4_ibbTransferTarget
@@ -7,15 +7,4 @@ SOURCES += main.cpp \
HEADERS += ibbTransferTarget.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