##// END OF EJS Templates
First draft of new (universal) build script(s) for bamboo
First draft of new (universal) build script(s) for bamboo

File last commit:

r1109:d3ee924203b3
r1132:f8e33580b2a2
Show More
auto.pri
9 lines | 215 B | text/plain | TextLexer
Michal Klocek
Improves build configuration...
r996 !include( ../test.pri ) {
error( "Couldn't find the test.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