From 3631e217756d13d2761f3c66b63153a2bb7525be Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Thu, 4 Mar 2010 12:03:12 +0000 Subject: make all examples use example.pri for common definitions --- .../example_3_ibbTransferSource.pro | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'example/example_3_ibbTransferSource/example_3_ibbTransferSource.pro') 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 - } -- cgit v1.2.3