summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJukka Passi <jukka.passi@qt.io>2021-04-27 12:07:19 +0300
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2021-05-07 09:15:37 +0000
commiteeb962e49eb384a645703f7c0dfa51f6a147b889 (patch)
treee96915d62af584a5469b4b129af66807220f5545
parentc944c63675099227488e2baffc2dfa9e812087a0 (diff)
downloadqtdoc-eeb962e49eb384a645703f7c0dfa51f6a147b889.tar.gz
Android: Fix build error issue in examples
Android target was omitted from unix branch when compiling coffee demo Fixes: QTBUG-56322 Change-Id: I59a8aac7574188cbe0925d03808670417c152c9b Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io> (cherry picked from commit dad1d9e61796efb357fa1f99063d4f025ef8acdc) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/demos/coffee/coffee.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/demos/coffee/coffee.pro b/examples/demos/coffee/coffee.pro
index 369b8be4..92c0dc70 100644
--- a/examples/demos/coffee/coffee.pro
+++ b/examples/demos/coffee/coffee.pro
@@ -24,7 +24,7 @@ DEFINES += QT_DEPRECATED_WARNINGS
#DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0x060000 # disables all the APIs deprecated before Qt 6.0.0
qnx: target.path = /tmp/$${TARGET}/bin
-else: win32|if(unix:!android): target.path = $$[QT_INSTALL_EXAMPLES]/demos/$${TARGET}
+else: win32|unix: target.path = $$[QT_INSTALL_EXAMPLES]/demos/$${TARGET}
!isEmpty(target.path): INSTALLS += target
DISTFILES += \