Revert "Revert "coin: Build qmake examples in non-qtbase repos""
This reverts commit 0f5af511ea
.
Reason for revert: Examples build locally with qmake.
Task-number: QTBUG-109383
Change-Id: Ief37cda919c32f8a6275ed7d8a5f1d38dc1b9ed9
Reviewed-by: Amir Masoud Abdol <amir.abdol@qt.io>
Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
parent
ce1506355f
commit
f00dbe1035
@ -21,7 +21,11 @@ instructions:
|
||||
- condition: runtime
|
||||
env_var: COIN_CMAKE_ARGS
|
||||
contains_value: "QT_BUILD_EXAMPLES=ON"
|
||||
# covers all cases for UseConfigure configs
|
||||
# host case
|
||||
- condition: runtime
|
||||
env_var: COIN_CONFIGURE_ARGS
|
||||
env_var: CONFIGURE_ARGS
|
||||
contains_value: "-make examples"
|
||||
# target case
|
||||
- condition: runtime
|
||||
env_var: TARGET_CONFIGURE_ARGS
|
||||
contains_value: "-make examples"
|
||||
|
Loading…
Reference in New Issue
Block a user