From ac76758dc1859f360dc34f2c7872c96349f75524 Mon Sep 17 00:00:00 2001 From: Ian Geiser Date: Sun, 8 Nov 2009 19:03:59 +0000 Subject: fixed renamed projects --- example/example.pro | 4 ++-- .../example_3_ibbTransfer/example_2_ibbTransfer.pro | 20 -------------------- .../example_3_ibbTransfer/example_3_ibbTransfer.pro | 20 ++++++++++++++++++++ 3 files changed, 22 insertions(+), 22 deletions(-) delete mode 100644 example/example_3_ibbTransfer/example_2_ibbTransfer.pro create mode 100644 example/example_3_ibbTransfer/example_3_ibbTransfer.pro (limited to 'example') diff --git a/example/example.pro b/example/example.pro index d74d559b..40dae002 100644 --- a/example/example.pro +++ b/example/example.pro @@ -2,6 +2,6 @@ TEMPLATE = subdirs SUBDIRS = example_0_connected\ example_1_echoClient\ - example_2_ibbTransfer\ - example_2_rosterHandling + example_2_rosterHandling\ + example_3_ibbTransfer diff --git a/example/example_3_ibbTransfer/example_2_ibbTransfer.pro b/example/example_3_ibbTransfer/example_2_ibbTransfer.pro deleted file mode 100644 index 82821cdc..00000000 --- a/example/example_3_ibbTransfer/example_2_ibbTransfer.pro +++ /dev/null @@ -1,20 +0,0 @@ -TEMPLATE = app - -TARGET = example_2_ibbTransfer - -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/debug -lQXmppClient_d - } else { - LIBS += -L../../source/release -lQXmppClient - } diff --git a/example/example_3_ibbTransfer/example_3_ibbTransfer.pro b/example/example_3_ibbTransfer/example_3_ibbTransfer.pro new file mode 100644 index 00000000..82821cdc --- /dev/null +++ b/example/example_3_ibbTransfer/example_3_ibbTransfer.pro @@ -0,0 +1,20 @@ +TEMPLATE = app + +TARGET = example_2_ibbTransfer + +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/debug -lQXmppClient_d + } else { + LIBS += -L../../source/release -lQXmppClient + } -- cgit v1.2.3