1TEMPLATE = app 2TARGET = triangular_access 3 4include (configuration.pri) 5 6DEFINES += NOMESSAGES 7 8HEADERS += \ 9 ../../../test/common/testhelper.hpp 10 11SOURCES += \ 12 ../../../test/triangular_access.cpp 13