forked from qt-creator/qt-creator
20 lines
426 B
Prolog
20 lines
426 B
Prolog
QT = core
|
|
macx:CONFIG -= app_bundle
|
|
TARGET = cplusplus0
|
|
|
|
include(../../../shared/cplusplus/cplusplus.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/
|
|
}
|