piechart.pro
19 lines
| 321 B
| text/idl
|
PrologLexer
Jani Honkonen
|
r128 | !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 | ||||
Jani Honkonen
|
r203 | SOURCES += main.cpp customslice.cpp | ||
HEADERS += customslice.h | ||||
Jani Honkonen
|
r128 | |||
Jani Honkonen
|
r203 | OBJECTS_DIR = tmp | ||
MOC_DIR = tmp | ||||
Jani Honkonen
|
r128 | |||