##// END OF EJS Templates
Fix Charts documentation...
Fix Charts documentation The documentation structure is changed so that it can be generated with both Qt5 and Qt4. Also the erroneous VBarModelMapper is removed from VBoxPlotModelMapper documentation. Task-number: QTRD-2492, QTRD-2495 Change-Id: I45028915ca55f6ff1170db58518a8f08ac4158fb Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r1778:11f77f06f75b
r2639:2ce3423968b5
Show More
chartwidgettest.pro
18 lines | 291 B | text/idl | PrologLexer
!include( ../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
TEMPLATE = app
QT += core gui opengl
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
SOURCES += main.cpp \
mainwidget.cpp \
dataseriedialog.cpp
HEADERS += \
mainwidget.h \
dataseriedialog.h