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
|
macx:CONFIG -= app_bundle
|
||||||
TARGET = cplusplus0
|
TARGET = cplusplus0
|
||||||
*-g++*:QMAKE_CXXFLAGS += -fno-rtti -fno-exceptions -O2
|
*-g++*:QMAKE_CXXFLAGS += -fno-rtti \
|
||||||
|
-fno-exceptions \
|
||||||
|
-O2
|
||||||
include(../../../src/shared/cplusplus/cplusplus.pri)
|
include(../../../src/shared/cplusplus/cplusplus.pri)
|
||||||
|
|
||||||
# Input
|
# Input
|
||||||
SOURCES += main.cpp
|
SOURCES += main.cpp \
|
||||||
|
LinkedNamespace.cpp
|
||||||
unix {
|
unix {
|
||||||
debug:OBJECTS_DIR = $${OUT_PWD}/.obj/debug-shared
|
debug:OBJECTS_DIR = $${OUT_PWD}/.obj/debug-shared
|
||||||
release:OBJECTS_DIR = $${OUT_PWD}/.obj/release-shared
|
release:OBJECTS_DIR = $${OUT_PWD}/.obj/release-shared
|
||||||
|
|
||||||
debug:MOC_DIR = $${OUT_PWD}/.moc/debug-shared
|
debug:MOC_DIR = $${OUT_PWD}/.moc/debug-shared
|
||||||
release:MOC_DIR = $${OUT_PWD}/.moc/release-shared
|
release:MOC_DIR = $${OUT_PWD}/.moc/release-shared
|
||||||
|
|
||||||
RCC_DIR = $${OUT_PWD}/.rcc/
|
RCC_DIR = $${OUT_PWD}/.rcc/
|
||||||
UI_DIR = $${OUT_PWD}/.uic/
|
UI_DIR = $${OUT_PWD}/.uic/
|
||||||
}
|
}
|
||||||
|
HEADERS += LinkedNamespace.h
|
||||||
|
Reference in New Issue
Block a user