##// END OF EJS Templates
pure virtual getter for series to QLegendMarker. In some cases user don't need the derived pointer. This removes the need to cast to derived marker type
pure virtual getter for series to QLegendMarker. In some cases user don't need the derived pointer. This removes the need to cast to derived marker type

File last commit:

r2055:b660f2141c18
r2181:1afcc57c4e2f
Show More
auto.pri
18 lines | 489 B | text/plain | TextLexer
Michal Klocek
Qt name convetion: move test to tests
r1200 !include( ../tests.pri ) {
error( "Couldn't find the tests.pri file!" )
Tero Ahola
Created auto test specific pri
r960 }
Marek Rosa
Qt5: fix warnings about deprecated QT/CONFIG specification...
r2051 greaterThan(QT_MAJOR_VERSION, 4) {
Marek Rosa
Qt5: declarative fix part4...
r2055 QT += testlib widgets
Marek Rosa
Qt5: fix warnings about deprecated QT/CONFIG specification...
r2051 } else {
CONFIG += qtestlib
}
Tero Ahola
Created auto test specific pri
r960 !contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
Tero Ahola
Auto tests involving signal spys to wait before comparisons
r1109
INCLUDEPATH += ../inc
HEADERS += ../inc/tst_definitions.h
Michal Klocek
Fix build paths to correct ones in build direcotry
r1198
OBJECTS_DIR = $$CHART_BUILD_DIR/tests/auto/$$TARGET
MOC_DIR = $$CHART_BUILD_DIR/tests/auto/$$TARGET
UI_DIR = $$CHART_BUILD_DIR/tests/auto/$$TARGET
RCC_DIR = $$CHART_BUILD_DIR/tests/auto/$$TARGET