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:
Alexandru Croitor 2019-10-08 12:05:12 +02:00
parent a546492481
commit 319f81126b
7 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,5 @@
# special case begin # special case begin
# special case skip regeneration
install( install(
FILES FILES

View File

@ -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)

View File

@ -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.

View File

@ -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/)

View File

@ -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

View File

@ -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

View File

@ -1,4 +1,5 @@
# special case begin # special case begin
# special case skip regeneration
if (NOT WIN32) if (NOT WIN32)
return() return()
endif() endif()