summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2018-09-06 14:44:26 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2018-09-12 13:56:08 +0000
commitc4dd61a7063e9b201fc49df62322a3f6c8f8b1d8 (patch)
treea8cf66ff5533dd9658aa84ebf9cfdec79b066fa6
parenta8f9aa28ba9a6c56cf3284c426c5908ceaba4255 (diff)
downloadqtapplicationmanager-c4dd61a7063e9b201fc49df62322a3f6c8f8b1d8.tar.gz
Fix errors during 'make install' when building for android
Change-Id: I0200f9259094dbb8349e211cd1c0e71bc02fdc7b Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
-rw-r--r--src/tools/appman/appman.pro3
-rw-r--r--src/tools/testrunner/testrunner.pro3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/appman/appman.pro b/src/tools/appman/appman.pro
index 5deb5bb5..03a34391 100644
--- a/src/tools/appman/appman.pro
+++ b/src/tools/appman/appman.pro
@@ -22,3 +22,6 @@ isEmpty(GIT_VERSION):GIT_VERSION="unknown"
createBuildConfig(_DATE_, MODULE_VERSION, GIT_VERSION, SOURCE_DIR, BUILD_DIR, INSTALL_PREFIX, \
QT_ARCH, QT_VERSION, QT_CONFIG, CONFIG, DEFINES, INCLUDEPATH, LIBS)
+
+# For android installing the binaries doesn't make sense, as it's a command-line utility which doesn't work on android anyway.
+android:INSTALLS=
diff --git a/src/tools/testrunner/testrunner.pro b/src/tools/testrunner/testrunner.pro
index 02825d1f..8d26f115 100644
--- a/src/tools/testrunner/testrunner.pro
+++ b/src/tools/testrunner/testrunner.pro
@@ -13,3 +13,6 @@ HEADERS += \
SOURCES += \
testrunner.cpp
+
+# For android installing the binaries doesn't make sense, as it's a command-line utility which doesn't work on android anyway.
+android: INSTALLS=