auto.pri
18 lines
| 489 B
| text/plain
|
TextLexer
Michal Klocek
|
r1200 | !include( ../tests.pri ) { | ||
error( "Couldn't find the tests.pri file!" ) | ||||
Tero Ahola
|
r960 | } | ||
Marek Rosa
|
r2051 | greaterThan(QT_MAJOR_VERSION, 4) { | ||
Marek Rosa
|
r2055 | QT += testlib widgets | ||
Marek Rosa
|
r2051 | } else { | ||
CONFIG += qtestlib | ||||
} | ||||
Tero Ahola
|
r960 | !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 | ||||