##// END OF EJS Templates
Fix Charts build when quick module is not build...
Titta Heikkala -
r2724:c26fb372333d
parent child
Show More
@@ -1,4 +1,6
1 1 TEMPLATE = subdirs
2 2 CONFIG += ordered
3 SUBDIRS += charts \
4 chartsqml2
3 SUBDIRS += charts
4 qtHaveModule(quick) {
5 SUBDIRS += chartsqml2
6 }
General Comments 0
You need to be logged in to leave comments. Login now