##// END OF EJS Templates
New features like chart type to the test app
New features like chart type to the test app

File last commit:

r5:99c4c9176ee1
r5:99c4c9176ee1
Show More
chartwidgettest.pro
22 lines | 274 B | text/idl | PrologLexer
TARGET = chartwidgettest
TEMPLATE = app
QT += core gui
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
CONFIG += charts
CHARTS += widget
OBJECTS_DIR = tmp
MOC_DIR = tmp
SOURCES += main.cpp \
mainwidget.cpp
HEADERS += \
mainwidget.h