auto.pri
14 lines
| 413 B
| text/plain
|
TextLexer
Michal Klocek
|
r1200 | !include( ../tests.pri ) { | ||
error( "Couldn't find the tests.pri file!" ) | ||||
Tero Ahola
|
r960 | } | ||
CONFIG += qtestlib | ||||
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_") | ||||
Tero Ahola
|
r1109 | |||
INCLUDEPATH += ../inc | ||||
HEADERS += ../inc/tst_definitions.h | ||||
Michal Klocek
|
r1198 | |||
OBJECTS_DIR = $$CHART_BUILD_DIR/tests/auto/$$TARGET | ||||
MOC_DIR = $$CHART_BUILD_DIR/tests/auto/$$TARGET | ||||
UI_DIR = $$CHART_BUILD_DIR/tests/auto/$$TARGET | ||||
RCC_DIR = $$CHART_BUILD_DIR/tests/auto/$$TARGET | ||||