Fix Android build
Make sure that we can qplatformdefs.h. Change-Id: I781fe77d1332ab97b8711e25cc819862ccf28fd0 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>bb10
parent
c965137448
commit
fc6d4af08d
|
|
@ -83,6 +83,12 @@ elseif(LINUX)
|
|||
elseif(CLANG)
|
||||
set(QT_DEFAULT_PLATFORM_DEFINITION_DIR mkspecs/linux-clang)
|
||||
endif()
|
||||
elseif(ANDROID)
|
||||
if(GCC)
|
||||
set(QT_DEFAULT_PLATFORM_DEFINITION_DIR mkspecs/android-g++)
|
||||
elseif(CLANG)
|
||||
set(QT_DEFAULT_PLATFORM_DEFINITION_DIR mkspecs/android-clang)
|
||||
endif()
|
||||
elseif(APPLE)
|
||||
set(QT_DEFAULT_PLATFORM_DEFINITION_DIR mkspecs/macx-clang)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Reference in New Issue