##// END OF EJS Templates
Documented the donut example
Documented the donut example

File last commit:

r1440:3525e4e5ffa3
r1713:428dd7229243
Show More
examples.pri
15 lines | 419 B | text/plain | TextLexer
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
DESTDIR = $$CHART_BUILD_BIN_DIR
OBJECTS_DIR = $$CHART_BUILD_DIR/examples/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/examples/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/examples/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/examples/$$TARGET
TEMPLATE = app
QT += core gui
# staticlib config causes problems when building executables
staticlib: CONFIG-=staticlib