##// END OF EJS Templates
Fix compilation on platforms without QtQuick1...
Fix compilation on platforms without QtQuick1 WinRT is one of those, but you might want to configure Qt in that way also on other platforms. Change-Id: I40e5d0b8bc0c347f058d5f30d64ddbf55653f904 Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com> Reviewed-by: Titta Heikkala <titta.heikkala@digia.com>

File last commit:

r2702:ee35574f0d66
r2702:ee35574f0d66
Show More
tests.pro
27 lines | 615 B | text/idl | PrologLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
SUBDIRS += \
auto \
presenterchart \
polarcharttest \
boxplottester
!contains(QT_VERSION, ^5\\..*\\..*$)|qtHaveModule(declarative) {
SUBDIRS += qmlchartproperties \
qmlchartaxis
}
contains(QT_CONFIG, opengl) {
SUBDIRS += chartwidgettest \
wavechart \
chartviewer
} else {
message("OpenGL not available. Some test apps are disabled")
}
contains(QT_VERSION, ^5\\..*\\..*$):qtHaveModule(quick) {
SUBDIRS += quick2chartproperties
}