summaryrefslogtreecommitdiffstats
path: root/src/android/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'src/android/CMakeLists.txt')
-rw-r--r--src/android/CMakeLists.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/android/CMakeLists.txt b/src/android/CMakeLists.txt
index a821cee44b..045076c8d3 100644
--- a/src/android/CMakeLists.txt
+++ b/src/android/CMakeLists.txt
@@ -1,7 +1,6 @@
-# Generated from android.pro.
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: BSD-3-Clause
-# special case skip regeneration
-# special case begin
# Only build jars during Android build and install the templates for the
# androiddeployqt tool.
# android
@@ -10,5 +9,4 @@ if (ANDROID)
add_subdirectory(java)
add_subdirectory(templates)
endif()
-# special case end