2012-04-12 17:26:35 +00:00
|
|
|
CURRENTLY_BUILDING_COMPONENTS = "demos"
|
2012-04-12 10:00:44 +00:00
|
|
|
!include( ../config.pri ) {
|
2012-04-12 17:26:35 +00:00
|
|
|
error( "Couldn't find the config.pri file!" )
|
2012-04-12 10:00:44 +00:00
|
|
|
}
|
|
|
|
|
2012-03-08 12:52:24 +00:00
|
|
|
TEMPLATE = subdirs
|
|
|
|
SUBDIRS += chartthemes \
|
2012-04-02 13:45:23 +00:00
|
|
|
piechartcustomization \
|
2012-05-09 11:48:33 +00:00
|
|
|
dynamicspline \
|
2012-04-11 10:14:59 +00:00
|
|
|
qmlchart \
|
2012-05-21 10:40:53 +00:00
|
|
|
qmlweather \
|
2012-05-25 10:29:57 +00:00
|
|
|
qmlf1legends \
|
2012-05-28 07:51:27 +00:00
|
|
|
qmlcustomizations \
|
2012-05-21 10:40:53 +00:00
|
|
|
qmlcustommodel
|