##// END OF EJS Templates
README release update...
README release update README file updated for Charts 1.3.1 release. Change-Id: Ib7e4b67421db9547718844fc4ed7414120b195a7 Reviewed-by: Miikka Heikkinen <miikka.heikkinen@digia.com>

File last commit:

r2524:eaf45afc1a90
r2640:68c16a95421d
Show More
auto.pri
25 lines | 831 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
Heikkinen Miikka
Fix autotests build for android...
r2524 android {
# Workaround to fix android deployment, which seems to always look for target in
# OUT_PWD instead of DESTDIR. Need to override the QMAKE_POST_LINK setting done
# in tests.pri, as "tst_" was prepended to the target.
QMAKE_POST_LINK = $$QMAKE_COPY $$CHART_BUILD_BIN_DIR/lib$${TARGET}.so $$OUT_PWD/lib$${TARGET}.so
}
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