##// END OF EJS Templates
Adds missing Q_ENUMS to qchartview
Adds missing Q_ENUMS to qchartview

File last commit:

r996:ce5f1c868418
r1108:078789d37b16
Show More
auto.pri
6 lines | 156 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_")