##// END OF EJS Templates
Adds chartdata unit test
Adds chartdata unit test

File last commit:

r203:7350e0387b3f
r224:0a6c58a44ab9
Show More
piechart.pro
19 lines | 321 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 !")
}
QT += core gui
TARGET = piechart
TEMPLATE = app
SOURCES += main.cpp customslice.cpp
HEADERS += customslice.h
OBJECTS_DIR = tmp
MOC_DIR = tmp