##// END OF EJS Templates
Removes test_private form qmake, adds chaeck in soruce file of private tests
Removes test_private form qmake, adds chaeck in soruce file of private tests

File last commit:

r1200:49edf2d3495f
r1977:0c7165b201ff
Show More
auto.pri
14 lines | 413 B | text/plain | TextLexer
Michal Klocek
Qt name convetion: move test to tests
r1200 !include( ../tests.pri ) {
error( "Couldn't find the tests.pri file!" )
Tero Ahola
Created auto test specific pri
r960 }
CONFIG += qtestlib
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
Tero Ahola
Auto tests involving signal spys to wait before comparisons
r1109
INCLUDEPATH += ../inc
HEADERS += ../inc/tst_definitions.h
Michal Klocek
Fix build paths to correct ones in build direcotry
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