##// END OF EJS Templates
Adds chartdata unit test
Adds chartdata unit test

File last commit:

r224:0a6c58a44ab9
r224:0a6c58a44ab9
Show More
test.pri
10 lines | 263 B | text/plain | TextLexer
!include( ../../common.pri ) {
error( "Couldn't find the common.pri file!" )
}
!include( ../../integrated.pri ) {
error( "Couldn't find the integrated.pri file !")
}
TEMPLATE = app
CONFIG += qtestlib
!contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")