##// END OF EJS Templates
making bar as qobject causes crash for some reason. rewinding back a bit...
making bar as qobject causes crash for some reason. rewinding back a bit...

File last commit:

r96:277658be1fc8
r247:8f79fcf18e90
Show More
stackedbarchart.pro
17 lines | 300 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 = stackedbarchart
TEMPLATE = app
QT += core gui
SOURCES += main.cpp \
chartwidget.cpp
HEADERS += \
chartwidget.h