cd68a7c7e8
Removed '!' (test for command failure) before 'include' commands.
17 lines
231 B
Prolog
17 lines
231 B
Prolog
TEMPLATE = app
|
|
TARGET = concepts
|
|
|
|
include (configuration.pri)
|
|
|
|
DEFINES += \
|
|
EXTERNAL
|
|
# INTERAL
|
|
# SKIP_BAD
|
|
|
|
linux: icc: QMAKE_CXXFLAGS += -Xc
|
|
macx: QMAKE_CXXFLAGS += -fabi-version=0
|
|
|
|
|
|
SOURCES += \
|
|
../../../test/concepts.cpp
|