##// END OF EJS Templates
Made Qml Oscilloscope example little more sensible...
Made Qml Oscilloscope example little more sensible Removed spline and animations as the point of the example is to demonstrate high refresh rate use case. Also now default to useOpenGL. Change-Id: Iaf43bd8789893a9ed9bc409038e7d22d1bd7185d Reviewed-by: Titta Heikkala <titta.heikkala@theqtcompany.com>

File last commit:

r2734:69f73db4ec09
r2832:faab188cb2e7
Show More
polarcharttest.pro
19 lines | 325 B | text/idl | PrologLexer
Miikka Heikkinen
Moved manual tests to separate directory....
r2734 !include( ../../tests.pri ) {
Miikka Heikkinen
Add Polar chart support...
r2483 error( "Couldn't find the test.pri file!" )
}
Titta Heikkala
Remove unnecessary Qt version checks...
r2730 QT += core gui widgets
Miikka Heikkinen
Add Polar chart support...
r2483
TARGET = polarcharttest
TEMPLATE = app
Miikka Heikkinen
Fix mingw build errors...
r2552 INCLUDEPATH += .
Miikka Heikkinen
Add Polar chart support...
r2483
SOURCES += main.cpp \
mainwindow.cpp \
chartview.cpp
HEADERS += mainwindow.h \
chartview.h
FORMS += mainwindow.ui