cd68a7c7e8
Removed '!' (test for command failure) before 'include' commands.
13 lines
202 B
Prolog
13 lines
202 B
Prolog
TEMPLATE = app
|
|
TARGET = triangular_access
|
|
|
|
include (configuration.pri)
|
|
|
|
DEFINES += NOMESSAGES
|
|
|
|
HEADERS += \
|
|
../../../test/common/testhelper.hpp
|
|
|
|
SOURCES += \
|
|
../../../test/triangular_access.cpp
|