##// END OF EJS Templates
Add overloaded comparison operators to domain
Add overloaded comparison operators to domain

File last commit:

r101:5389336c8e0d
r220:94c82e0171bd
Show More
percentbarchart.pro
17 lines | 300 B | text/idl | PrologLexer
sauimone
percent bar chart
r101 !include( ../../common.pri ) {
error( "Couldn't find the common.pri file!" )
}
!include( ../../integrated.pri ) {
error( "Couldn't find the integrated.pri file !")
}
TARGET = percentbarchart
TEMPLATE = app
QT += core gui
SOURCES += main.cpp \
chartwidget.cpp
HEADERS += \
chartwidget.h