##// END OF EJS Templates
Block barset test , since it crashes the tests execution
Michal Klocek -
r1080:6c50d5ea4f8a
parent child
Show More
@@ -1,10 +1,10
1 !include( ../test.pri ) {
1 !include( ../test.pri ) {
2 error( "Couldn't find the test.pri file!" )
2 error( "Couldn't find the test.pri file!" )
3 }
3 }
4
4
5 TEMPLATE = subdirs
5 TEMPLATE = subdirs
6 SUBDIRS += qchartview qchart qlineseries qbarset
6 SUBDIRS += qchartview qchart qlineseries #qbarset
7
7
8 test_private:{
8 test_private:{
9 SUBDIRS += chartdataset domain
9 SUBDIRS += chartdataset domain
10 }
10 }
General Comments 0
You need to be logged in to leave comments. Login now