Android: exclude host tools tests for android and ios
Task-number: QTBUG-87025 Task-number: QTBUG-88538 Change-Id: Id691c8463e9bf83c4538dce93300fb4fd5a99849 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
fc80bd201c
commit
4f0ee5fb37
@ -1,10 +1,14 @@
|
||||
# Generated from tools.pro.
|
||||
|
||||
add_subdirectory(qmakelib)
|
||||
add_subdirectory(qmake)
|
||||
add_subdirectory(moc)
|
||||
add_subdirectory(rcc)
|
||||
if(TARGET Qt::Widgets)
|
||||
# QTBUG-88538 # special case
|
||||
if(NOT ANDROID AND NOT IOS)
|
||||
add_subdirectory(qmakelib)
|
||||
add_subdirectory(qmake)
|
||||
add_subdirectory(moc)
|
||||
add_subdirectory(rcc)
|
||||
endif()
|
||||
# QTBUG-88538 # special case
|
||||
if(TARGET Qt::Widgets AND NOT ANDROID AND NOT IOS)
|
||||
add_subdirectory(uic)
|
||||
endif()
|
||||
if(TARGET Qt::DBus)
|
||||
|
@ -1,5 +1,6 @@
|
||||
TEMPLATE=subdirs
|
||||
SUBDIRS=\
|
||||
# QTBUG-88538
|
||||
!android:!ios: SUBDIRS = \
|
||||
qmakelib \
|
||||
qmake \
|
||||
uic \
|
||||
|
Loading…
x
Reference in New Issue
Block a user