summaryrefslogtreecommitdiffstats
path: root/examples/demos
diff options
context:
space:
mode:
authorJukka Passi <jukka.passi@qt.io>2021-04-27 12:07:19 +0300
committerJukka Passi <jukka.passi@qt.io>2021-05-07 10:07:42 +0300
commitdad1d9e61796efb357fa1f99063d4f025ef8acdc (patch)
tree7e0db1f2242c437468992f4c1681f8cb48a337e9 /examples/demos
parentfed19f0bd4ff0b6f7c212a4a8c8d9430e71f2e93 (diff)
Android: Fix build error issue in examples
Android target was omitted from unix branch when compiling coffee demo Fixes: QTBUG-56322 Pick-to: 5.15 Change-Id: I59a8aac7574188cbe0925d03808670417c152c9b Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io> Reviewed-by: Rami Potinkara <rami.potinkara@qt.io>
Diffstat (limited to 'examples/demos')
-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 88a2b7a9f..a9f5b630c 100644
--- a/examples/demos/coffee/coffee.pro
+++ b/examples/demos/coffee/coffee.pro
@@ -19,7 +19,7 @@ QML_DESIGNER_IMPORT_PATH =
#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 += \