Renamed two cplusplus projects to not conflict with the autotests.

This commit is contained in:
Erik Verbruggen
2010-09-15 11:50:24 +02:00
parent e4de305b02
commit 9bcfd34845
10 changed files with 3 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
QT = core gui
macx:CONFIG -= app_bundle
TARGET = cplusplus0
include(../../../src/libs/cplusplus/cplusplus-lib.pri)
# Input
SOURCES += main.cpp
unix {
debug:OBJECTS_DIR = $${OUT_PWD}/.obj/debug-shared
release:OBJECTS_DIR = $${OUT_PWD}/.obj/release-shared
debug:MOC_DIR = $${OUT_PWD}/.moc/debug-shared
release:MOC_DIR = $${OUT_PWD}/.moc/release-shared
RCC_DIR = $${OUT_PWD}/.rcc/
UI_DIR = $${OUT_PWD}/.uic/
}