Skip to content
Snippets Groups Projects
Commit 01faad42 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

updated the pro file

parent 8209b358
No related branches found
No related tags found
No related merge requests found
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
unix {
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment