##// END OF EJS Templates
Add win7 vs2010 QtC v4.8.3 to bamboo
Add win7 vs2010 QtC v4.8.3 to bamboo

File last commit:

r1951:8ceebe0572c4
r1993:4e1c0d187ea1
Show More
demos.pro
23 lines | 595 B | text/idl | PrologLexer
CURRENTLY_BUILDING_COMPONENTS = "demos"
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
SUBDIRS += piechartcustomization \
dynamicspline \
nesteddonuts \
qmlchart \
qmlweather \
qmlf1legends \
qmlcustomizations \
qmlcustommodel \
chartinteractions
contains(QT_CONFIG, opengl) {
SUBDIRS += chartthemes \
qmloscilloscope \
chartviewer
} else {
message("OpenGL not available. Some demos are disabled")
}