CMake: Regenerate load(qt_app) projects
To use the new qt_internal_add_app function. Change-Id: I9776ce18c3a8b01f1a42e8da346cfd0a98374ef8 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
parent
d65283ebd0
commit
e755ce99d9
@ -1,10 +1,10 @@
|
||||
# Generated from androiddeployqt.pro.
|
||||
|
||||
#####################################################################
|
||||
## androiddeployqt Binary:
|
||||
## androiddeployqt App:
|
||||
#####################################################################
|
||||
|
||||
qt_add_executable(androiddeployqt
|
||||
qt_internal_add_app(androiddeployqt
|
||||
SOURCES
|
||||
main.cpp
|
||||
DEFINES
|
||||
@ -14,6 +14,9 @@ qt_add_executable(androiddeployqt
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
set_target_properties(androiddeployqt PROPERTIES
|
||||
WIN32_EXECUTABLE FALSE
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:androiddeployqt.pro:<TRUE>:
|
||||
# _OPTION = "host_build"
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Generated from androiddeployqt.pro.
|
||||
|
||||
#####################################################################
|
||||
## androiddeployqt Binary:
|
||||
## androiddeployqt App:
|
||||
#####################################################################
|
||||
|
||||
qt_add_executable(androiddeployqt
|
||||
qt_internal_add_app(androiddeployqt
|
||||
SOURCES
|
||||
main.cpp
|
||||
DEFINES
|
||||
@ -14,6 +14,9 @@ qt_add_executable(androiddeployqt
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Core # special case
|
||||
)
|
||||
set_target_properties(androiddeployqt PROPERTIES
|
||||
WIN32_EXECUTABLE FALSE
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:androiddeployqt.pro:<TRUE>:
|
||||
# _OPTION = "host_build"
|
||||
|
@ -1,10 +1,10 @@
|
||||
# Generated from androidtestrunner.pro.
|
||||
|
||||
#####################################################################
|
||||
## androidtestrunner Binary:
|
||||
## androidtestrunner App:
|
||||
#####################################################################
|
||||
|
||||
qt_add_executable(androidtestrunner
|
||||
qt_internal_add_app(androidtestrunner
|
||||
SOURCES
|
||||
main.cpp
|
||||
DEFINES
|
||||
@ -14,6 +14,9 @@ qt_add_executable(androidtestrunner
|
||||
PUBLIC_LIBRARIES
|
||||
Qt::Gui
|
||||
)
|
||||
set_target_properties(androidtestrunner PROPERTIES
|
||||
WIN32_EXECUTABLE FALSE
|
||||
)
|
||||
|
||||
#### Keys ignored in scope 1:.:.:androidtestrunner.pro:<TRUE>:
|
||||
# _OPTION = "host_build"
|
||||
|
Loading…
x
Reference in New Issue
Block a user