##// END OF EJS Templates
Fix legend marker brush for series with black pen....
Fix legend marker brush for series with black pen. Task-number: QTRD-2022 Change-Id: I3e1f7b6cbc2af49d6e9b7d0520f0b29efe52c436 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2048:c04bfb196bae
r2515:58f023bc109e
Show More
examples.pri
16 lines | 467 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
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
# staticlib config causes problems when building executables
staticlib: CONFIG-=staticlib