##// END OF EJS Templates
integrating bar charts to test app.. crashes for now
integrating bar charts to test app.. crashes for now

File last commit:

r60:0be2c26f8dc1
r164:8e580b305fe6
Show More
chartwidgettest.pro
25 lines | 439 B | text/idl | PrologLexer
!include( ../../common.pri ) {
error( "Couldn't find the common.pri file!" )
}
!include( ../../integrated.pri ) {
error( "Couldn't find the integrated.pri file !")
}
TARGET = chartwidgettest
TEMPLATE = app
QT += core gui
contains(QT_MAJOR_VERSION, 5) {
QT += widgets
}
OBJECTS_DIR = tmp
MOC_DIR = tmp
SOURCES += main.cpp \
mainwidget.cpp \
dataseriedialog.cpp
HEADERS += \
mainwidget.h \
dataseriedialog.h