##// END OF EJS Templates
Fix autotests build for android...
Heikkinen Miikka -
r2524:eaf45afc1a90
parent child
Show More
@@ -9,6 +9,13 greaterThan(QT_MAJOR_VERSION, 4) {
9 }
9 }
10 !contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
10 !contains(TARGET, ^tst_.*):TARGET = $$join(TARGET,,"tst_")
11
11
12 android {
13 # Workaround to fix android deployment, which seems to always look for target in
14 # OUT_PWD instead of DESTDIR. Need to override the QMAKE_POST_LINK setting done
15 # in tests.pri, as "tst_" was prepended to the target.
16 QMAKE_POST_LINK = $$QMAKE_COPY $$CHART_BUILD_BIN_DIR/lib$${TARGET}.so $$OUT_PWD/lib$${TARGET}.so
17 }
18
12 INCLUDEPATH += ../inc
19 INCLUDEPATH += ../inc
13 HEADERS += ../inc/tst_definitions.h
20 HEADERS += ../inc/tst_definitions.h
14
21
General Comments 0
You need to be logged in to leave comments. Login now