##// END OF EJS Templates
Remove unnecessary qdocinc file...
Remove unnecessary qdocinc file Font documentation is part of Qt documentation thus the font.qdocinc is not needed. Task-number: QTRD-2492 Change-Id: I66ac74ab0d7ef52168ab9b691af9bab3482ea62c Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2548:b76baa838f46
r2642:d27532846d78
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
}