##// END OF EJS Templates
Fixes qmlchartproperties
Fixes qmlchartproperties

File last commit:

r1419:9a2b5d956bb6
r1606:ebf4c2a781ad
Show More
chartwidgettest.pro
18 lines | 284 B | text/idl | PrologLexer
!include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
TEMPLATE = app
QT += core gui
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
SOURCES += main.cpp \
mainwidget.cpp \
dataseriedialog.cpp
HEADERS += \
mainwidget.h \
dataseriedialog.h