Annotate some projects that should not to be regenerated
Because they are completely custom written. Change-Id: I2f3d2e82ebf037a7bf42b3112fe4282589322b0e Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
This commit is contained in:
parent
a546492481
commit
319f81126b
1
src/3rdparty/gradle/CMakeLists.txt
vendored
1
src/3rdparty/gradle/CMakeLists.txt
vendored
@ -1,4 +1,5 @@
|
|||||||
# special case begin
|
# special case begin
|
||||||
|
# special case skip regeneration
|
||||||
|
|
||||||
install(
|
install(
|
||||||
FILES
|
FILES
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
# special case skip regeneration
|
||||||
add_subdirectory(3rdparty)
|
add_subdirectory(3rdparty)
|
||||||
|
|
||||||
function(find_or_build_bootstrap_names)
|
function(find_or_build_bootstrap_names)
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Generated from android.pro.
|
# Generated from android.pro.
|
||||||
|
|
||||||
|
# special case skip regeneration
|
||||||
# special case begin
|
# special case begin
|
||||||
# Only build jars during Android build and install the templates for the
|
# Only build jars during Android build and install the templates for the
|
||||||
# androiddeployqt tool.
|
# androiddeployqt tool.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# QtAndroid Jar
|
# QtAndroid Jar
|
||||||
|
|
||||||
|
# special case skip regeneration
|
||||||
# special case begin
|
# special case begin
|
||||||
set(path_prefix ${CMAKE_CURRENT_SOURCE_DIR}/src/org/qtproject/qt5/android/)
|
set(path_prefix ${CMAKE_CURRENT_SOURCE_DIR}/src/org/qtproject/qt5/android/)
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Android Java Resource files
|
# Android Java Resource files
|
||||||
|
|
||||||
|
# special case skip regeneration
|
||||||
# special case begin
|
# special case begin
|
||||||
set(resource_directories
|
set(resource_directories
|
||||||
res
|
res
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
# Android template files
|
# Android template files
|
||||||
|
|
||||||
|
# special case skip regeneration
|
||||||
# special case begin
|
# special case begin
|
||||||
set(template_files
|
set(template_files
|
||||||
AndroidManifest.xml
|
AndroidManifest.xml
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
# special case begin
|
# special case begin
|
||||||
|
# special case skip regeneration
|
||||||
if (NOT WIN32)
|
if (NOT WIN32)
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user