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.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/android/CMakeLists.txt b/src/android/CMakeLists.txt
index e38472727d..045076c8d3 100644
--- a/src/android/CMakeLists.txt
+++ b/src/android/CMakeLists.txt
@@ -1,10 +1,6 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: BSD-3-Clause
-# Generated from android.pro.
-
-# special case skip regeneration
-# special case begin
# Only build jars during Android build and install the templates for the
# androiddeployqt tool.
# android
@@ -13,5 +9,4 @@ if (ANDROID)
add_subdirectory(java)
add_subdirectory(templates)
endif()
-# special case end