##// END OF EJS Templates
Added trivial useOpenGL series test to qmlchartproperties manual test...
Added trivial useOpenGL series test to qmlchartproperties manual test Change-Id: Ic7960c91ab6971d5f9317967333370cd2557af15 Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2734:69f73db4ec09
r2839:6c0b6c8fb385
Show More
boxplottester.pro
18 lines | 292 B | text/idl | PrologLexer
Miikka Heikkinen
Moved manual tests to separate directory....
r2734 !include( ../../tests.pri ) {
Mika Salmela
A new box-and-whiskers series type added to charts....
r2548 error( "Couldn't find the test.pri file!" )
}
TEMPLATE = app
Titta Heikkala
Fix include syntax...
r2714 QT += charts
Titta Heikkala
Remove unnecessary Qt version checks...
r2730 QT += core gui widgets
Mika Salmela
A new box-and-whiskers series type added to charts....
r2548
SOURCES += main.cpp \
mainwidget.cpp \
Mika Salmela
Added pentool to boxplot tester...
r2566 customtablemodel.cpp \
pentool.cpp
Mika Salmela
A new box-and-whiskers series type added to charts....
r2548
HEADERS += \
mainwidget.h \
Mika Salmela
Added pentool to boxplot tester...
r2566 customtablemodel.h \
pentool.h