Files
qt-creator/tests/manual/binding/binding.pro

23 lines
485 B
Prolog
Raw Normal View History

2009-02-18 14:12:43 +01:00
QT =
2009-02-19 12:09:38 +01:00
2009-02-18 12:13:57 +01:00
macx:CONFIG -= app_bundle
2009-02-19 12:09:38 +01:00
2009-02-18 12:13:57 +01:00
TARGET = cplusplus0
2009-02-19 12:09:38 +01:00
2009-02-18 14:12:43 +01:00
*-g++*:QMAKE_CXXFLAGS += -fno-rtti \
2009-02-19 12:09:38 +01:00
-fno-exceptions
2009-02-18 12:13:57 +01:00
include(../../../src/shared/cplusplus/cplusplus.pri)
2009-02-18 14:12:43 +01:00
unix {
2009-02-18 12:13:57 +01:00
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/
}
2009-02-19 12:09:38 +01:00
# Input
SOURCES += main.cpp