Add Android test runner tool
Change-Id: I235bc07be0e0f7a3b0ce6297c187950a57fb31ed Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
790d380f8b
commit
f2cb720e3f
@ -9,4 +9,5 @@ add_subdirectory(qvkgen)
|
||||
# Only include the following tools when performing a host build
|
||||
if(NOT CMAKE_CROSSCOMPILING)
|
||||
add_subdirectory(androiddeployqt)
|
||||
add_subdirectory(androidtestrunner)
|
||||
endif()
|
||||
|
28
src/tools/androidtestrunner/CMakeLists.txt
Normal file
28
src/tools/androidtestrunner/CMakeLists.txt
Normal file
@ -0,0 +1,28 @@
|
||||
# Generated from androidtestrunner.pro.
|
||||
|
||||
#####################################################################
|
||||
## androidtestrunner Binary:
|
||||
#####################################################################
|
||||
|
||||
add_qt_executable(androidtestrunner
|
||||
SOURCES
|
||||
main.cpp
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
QT_NO_CAST_TO_ASCII
|
||||
QT_NO_FOREACH
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:androidtestrunner.pro:<TRUE>:
|
||||
# _LOADED = "qt_app"
|
||||
# _OPTION = "host_build"
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
extend_target(androidtestrunner CONDITION windows
|
||||
COMPILE_OPTIONS
|
||||
-U__STRICT_ANSI__
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user