##// END OF EJS Templates
Adds debug operator to domain
Adds debug operator to domain

File last commit:

r78:681c12da395a
r222:9497ff6ff131
Show More
barchart.pro
17 lines | 293 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 = barchart
TEMPLATE = app
QT += core gui
SOURCES += main.cpp \
chartwidget.cpp
HEADERS += \
chartwidget.h