##// END OF EJS Templates
Additions to README...
Additions to README Change-Id: Idb459810c94f77bf9f93b2f557f4914b5cef1037 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2548:b76baa838f46
r2577:868649a9faae
Show More
tests.pro
24 lines | 525 B | text/idl | PrologLexer
Michal Klocek
Adds missing includes for pro files
r1003 !include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
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 \
Tero Ahola
Refactored QML axis handling
r1813 qmlchartproperties \
Marek Rosa
Presenterchart moved to tests
r2364 qmlchartaxis \
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
contains(QT_VERSION, ^5\\..*\\..*$):qtHaveModule(quick) {
SUBDIRS += quick2chartproperties
}