##// END OF EJS Templates
Remove unnecessary Qt version checks...
Remove unnecessary Qt version checks There's no need to check if the major Qt version is higher than 4 because from now on Charts is supported from Qt 5.4. Change-Id: I7addcb19e5c774ce9835a0f7c6150d9e3bc0404a Task-number: QTRD-2844 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@theqtcompany.com>

File last commit:

r2712:c544258484ff
r2730:5e795dcb8668
Show More
tests.pro
19 lines | 394 B | text/idl | PrologLexer
Michal Klocek
Add test to common build
r34 TEMPLATE = subdirs
Michal Klocek
Block compilation of chartwidgettest, fixes tomorrow
r752 SUBDIRS += \
Marek Rosa
Added check for openGL support
r1951 auto \
Miikka Heikkinen
Add Polar chart support...
r2483 presenterchart \
Mika Salmela
A new box-and-whiskers series type added to charts....
r2548 polarcharttest \
boxplottester
Marek Rosa
Wavechart example and designer plugin disabled on arm due to include problem
r1680
Marek Rosa
Added check for openGL support
r1951 contains(QT_CONFIG, opengl) {
SUBDIRS += chartwidgettest \
Marek Rosa
ChartViewer moved to tests
r2398 wavechart \
chartviewer
Marek Rosa
Added check for openGL support
r1951 } else {
message("OpenGL not available. Some test apps are disabled")
Marek Rosa
Wavechart example and designer plugin disabled on arm due to include problem
r1680 }
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488
Titta Heikkala
Qt Charts project file structure change...
r2712 qtHaveModule(quick) {
SUBDIRS += qmlchartproperties \
qmlchartaxis
Miikka Heikkinen
Generate charts plugin for QtQuick2 as well as QtQuick1...
r2488 }