##// END OF EJS Templates
Initial commit for gdpBarChart example.
Initial commit for gdpBarChart example.

File last commit:

r205:a2592bf5395a
r205:a2592bf5395a
Show More
gdpbarchart.pro
23 lines | 459 B | text/idl | PrologLexer
#-------------------------------------------------
#
# Project created by QtCreator 2012-02-14T15:27:32
#
#-------------------------------------------------
!include( ../../common.pri ) {
error( "Couldn't find the common.pri file!" )
}
!include( ../../integrated.pri ) {
error( "Couldn't find the integrated.pri file !")
}
QT += core gui sql
TARGET = gdpbarchart
TEMPLATE = app
SOURCES += main.cpp\
widget.cpp
HEADERS += widget.h