##// END OF EJS Templates
Fix pro files system -> system_build
Fix pro files system -> system_build

File last commit:

r996:ce5f1c868418
r1037:9c00874184ef
Show More
auto.pri
6 lines | 156 B | text/plain | TextLexer
!include( ../test.pri ) {
error( "Couldn't find the test.pri file!" )
}
CONFIG += qtestlib
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")