##// END OF EJS Templates
Merge branch 'master' of https://git.it.local/repos/QtCommercialDevel-13049/charts Conflicts: example/example.pro

File last commit:

r205:a2592bf5395a
r207:1bc0eafcd96e merge
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