##// END OF EJS Templates
Wavechart example and designer plugin disabled on arm due to include problem
Wavechart example and designer plugin disabled on arm due to include problem

File last commit:

r1680:73e46ffc00f9
r1680:73e46ffc00f9
Show More
tests.pro
14 lines | 224 B | text/idl | PrologLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
SUBDIRS += \
auto \
chartwidgettest \
qmlchartproperties
!linux-arm*: {
SUBDIRS += \
wavechart
}