##// END OF EJS Templates
Fix BC: QChart::setMinimumMargins and QChart::minimumMargins are in v1.1.0 so they have to stay.
Fix BC: QChart::setMinimumMargins and QChart::minimumMargins are in v1.1.0 so they have to stay.

File last commit:

r1783:86f3ac473a35
r2272:b1616762bd1e old_master
Show More
qmloscilloscope.pro
13 lines | 247 B | text/idl | PrologLexer
!include( ../demos.pri ) {
error( "Couldn't find the demos.pri file!" )
}
QT += opengl
RESOURCES += resources.qrc
SOURCES += main.cpp \
datasource.cpp
include(qmlapplicationviewer/qmlapplicationviewer.pri)
HEADERS += \
datasource.h