forked from qt-creator/qt-creator
updated the pro file
This commit is contained in:
@@ -1,20 +1,20 @@
|
||||
QT = #
|
||||
QT =
|
||||
macx:CONFIG -= app_bundle
|
||||
TARGET = cplusplus0
|
||||
*-g++*:QMAKE_CXXFLAGS += -fno-rtti -fno-exceptions -O2
|
||||
|
||||
*-g++*:QMAKE_CXXFLAGS += -fno-rtti \
|
||||
-fno-exceptions \
|
||||
-O2
|
||||
include(../../../src/shared/cplusplus/cplusplus.pri)
|
||||
|
||||
# Input
|
||||
SOURCES += main.cpp
|
||||
|
||||
SOURCES += main.cpp \
|
||||
LinkedNamespace.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/
|
||||
}
|
||||
HEADERS += LinkedNamespace.h
|
||||
|
Reference in New Issue
Block a user