tests.pro
16 lines
| 335 B
| text/idl
|
PrologLexer
/ tests / tests.pro
Michal Klocek
|
r1003 | !include( ../config.pri ) { | ||
error( "Couldn't find the config.pri file!" ) | ||||
} | ||||
Michal Klocek
|
r34 | TEMPLATE = subdirs | ||
Michal Klocek
|
r752 | SUBDIRS += \ | ||
Marek Rosa
|
r1951 | auto \ | ||
Tero Ahola
|
r1813 | qmlchartproperties \ | ||
qmlchartaxis | ||||
Marek Rosa
|
r1680 | |||
Marek Rosa
|
r1951 | contains(QT_CONFIG, opengl) { | ||
SUBDIRS += chartwidgettest \ | ||||
wavechart | ||||
} else { | ||||
message("OpenGL not available. Some test apps are disabled") | ||||
Marek Rosa
|
r1680 | } | ||