##// END OF EJS Templates
Some tests added for Vertical and Horizontal pie mappers
Some tests added for Vertical and Horizontal pie mappers

File last commit:

r1239:81e9e29a1f6f
r1239:81e9e29a1f6f
Show More
auto.pro
10 lines | 300 B | text/idl | PrologLexer
Michal Klocek
Qt name convetion: move test to tests
r1200 !include( ../tests.pri ) {
error( "Couldn't find the tests.pri file!" )
Michal Klocek
Adds missing includes for pro files
r1003 }
Michal Klocek
Adds chartdata unit test
r224 TEMPLATE = subdirs
Marek Rosa
Some tests added for Vertical and Horizontal pie mappers
r1239 SUBDIRS += qchartview qchart qlineseries qbarset qbarseries qstackedbarseries qpercentbarseries qgroupedbarseries qpieslice qpieseries qpiemodelmapper
Michal Klocek
Adds visibility hidden compilation flag, adds EXPORT_AUTO macro for interal unit testing
r1050
test_private:{
SUBDIRS += chartdataset domain
}