##// END OF EJS Templates
Update qmlapplicationviewer files...
Update qmlapplicationviewer files Otherwise the new creator will prompt to update them. Change-Id: I8551532fbe58746aea4cbe8a2ccaf379c624e4a4 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2488:5862599d088d
r2527:db197ae73cdb
Show More
tests.pro
23 lines | 505 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 \
polarcharttest
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
}