Add copyright and licensing to build system files missing it
Task-number: QTBUG-124453 Change-Id: Ibb6a0ab839a16ceef3c68861bac2f508ddb3d1ae Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io> Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
cf816a57f6
commit
0f7a64a3ad
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
project(direct_extern_access LANGUAGES CXX)
|
project(direct_extern_access LANGUAGES CXX)
|
||||||
|
|
||||||
|
@ -1 +1,3 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
||||||
qt_internal_add_example(easing)
|
qt_internal_add_example(easing)
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
||||||
qt_internal_add_example(screenshot)
|
qt_internal_add_example(screenshot)
|
||||||
qt_internal_add_example(systray)
|
qt_internal_add_example(systray)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
project(shortcuteditor LANGUAGES CXX)
|
project(shortcuteditor LANGUAGES CXX)
|
||||||
|
|
||||||
|
@ -1 +1,3 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
add_subdirectory(icons)
|
add_subdirectory(icons)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
if(NOT DEFINED QT_DEFAULT_MAJOR_VERSION)
|
if(NOT DEFINED QT_DEFAULT_MAJOR_VERSION)
|
||||||
set(QT_DEFAULT_MAJOR_VERSION 6)
|
set(QT_DEFAULT_MAJOR_VERSION 6)
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
if(NOT QT_INTERNAL_AVOID_OVERRIDING_SYNCQT_CONFIG)
|
if(NOT QT_INTERNAL_AVOID_OVERRIDING_SYNCQT_CONFIG)
|
||||||
qt_internal_get_configs_for_flag_manipulation(configs)
|
qt_internal_get_configs_for_flag_manipulation(configs)
|
||||||
qt_internal_remove_known_optimization_flags(LANGUAGES CXX CONFIGS ${configs})
|
qt_internal_remove_known_optimization_flags(LANGUAGES CXX CONFIGS ${configs})
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
|
|
||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
function(check_parameters file_path)
|
function(check_parameters file_path)
|
||||||
file(READ ${file_path} file_content)
|
file(READ ${file_path} file_content)
|
||||||
foreach(compile_option IN ITEMS "-DDEFINE_CMDLINE_SIGNAL" "-DMY_OPTION")
|
foreach(compile_option IN ITEMS "-DDEFINE_CMDLINE_SIGNAL" "-DMY_OPTION")
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
project(sample LANGUAGES CXX)
|
project(sample LANGUAGES CXX)
|
||||||
|
|
||||||
|
@ -1 +1,3 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
add_subdirectory(memory)
|
add_subdirectory(memory)
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
add_subdirectory(function_ref)
|
add_subdirectory(function_ref)
|
||||||
add_subdirectory(is_virtual_base_of)
|
add_subdirectory(is_virtual_base_of)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
set_directory_properties(PROPERTIES
|
set_directory_properties(PROPERTIES
|
||||||
_qt_good_targets ""
|
_qt_good_targets ""
|
||||||
_qt_stub_targets ""
|
_qt_stub_targets ""
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## eventloop Binary:
|
## eventloop Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## failcleanuptestcase Binary:
|
## failcleanuptestcase Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## skipblacklisted Binary:
|
## skipblacklisted Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## skipcleanuptestcase Binary:
|
## skipcleanuptestcase Binary:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
if(NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT)
|
if(NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT)
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
project(tst_qwasmwindow_harness LANGUAGES CXX)
|
project(tst_qwasmwindow_harness LANGUAGES CXX)
|
||||||
|
@ -1 +1,3 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
add_subdirectory(dom)
|
add_subdirectory(dom)
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
add_subdirectory(10000)
|
add_subdirectory(10000)
|
||||||
add_subdirectory(tree)
|
add_subdirectory(tree)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
if(QT_FEATURE_proxymodel)
|
if(QT_FEATURE_proxymodel)
|
||||||
add_subdirectory(qsortfilterproxymodel)
|
add_subdirectory(qsortfilterproxymodel)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
if (NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT)
|
if (NOT QT_BUILD_STANDALONE_TESTS AND NOT QT_BUILDING_QT)
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
project(android_content_uri LANGUAGES CXX)
|
project(android_content_uri LANGUAGES CXX)
|
||||||
|
@ -1 +1,3 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
qt_internal_add_example(graphicsview)
|
qt_internal_add_example(graphicsview)
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
|
||||||
add_subdirectory(basictools)
|
add_subdirectory(basictools)
|
||||||
add_subdirectory(extrafilters)
|
add_subdirectory(extrafilters)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
add_subdirectory(dprgadget)
|
add_subdirectory(dprgadget)
|
||||||
add_subdirectory(kitchensink)
|
add_subdirectory(kitchensink)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## dprgadget Binary:
|
## dprgadget Binary:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## kitchensink Binary:
|
## kitchensink Binary:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## pixelgadget Binary:
|
## pixelgadget Binary:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## screengadget Binary:
|
## screengadget Binary:
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
project(inputdevices)
|
project(inputdevices)
|
||||||
cmake_minimum_required(VERSION 3.19)
|
cmake_minimum_required(VERSION 3.19)
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
qt_internal_add_manual_test(hdr
|
qt_internal_add_manual_test(hdr
|
||||||
GUI
|
GUI
|
||||||
SOURCES
|
SOURCES
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
qt_internal_add_manual_test(imguirenderer
|
qt_internal_add_manual_test(imguirenderer
|
||||||
GUI
|
GUI
|
||||||
SOURCES
|
SOURCES
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
if(QT_FEATURE_widgets)
|
if(QT_FEATURE_widgets)
|
||||||
add_subdirectory(basic_widgets)
|
add_subdirectory(basic_widgets)
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
qt_internal_add_manual_test(a11y_basic_widgets
|
qt_internal_add_manual_test(a11y_basic_widgets
|
||||||
GUI
|
GUI
|
||||||
SOURCES
|
SOURCES
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
include_directories(../../qtwasmtestlib/)
|
include_directories(../../qtwasmtestlib/)
|
||||||
|
|
||||||
# default buid
|
# default buid
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
qt_internal_add_manual_test(echo_client_mainthread
|
qt_internal_add_manual_test(echo_client_mainthread
|
||||||
GUI
|
GUI
|
||||||
SOURCES
|
SOURCES
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
qt_internal_add_manual_test(echo_client_secondarythread
|
qt_internal_add_manual_test(echo_client_secondarythread
|
||||||
GUI
|
GUI
|
||||||
SOURCES
|
SOURCES
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
project(echo_server)
|
project(echo_server)
|
||||||
cmake_minimum_required(VERSION 3.19)
|
cmake_minimum_required(VERSION 3.19)
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
qt_internal_add_manual_test(sockify_sockets_auto
|
qt_internal_add_manual_test(sockify_sockets_auto
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
qt_internal_add_manual_test(promise_auto
|
qt_internal_add_manual_test(promise_auto
|
||||||
SOURCES
|
SOURCES
|
||||||
promise_main.cpp
|
promise_main.cpp
|
||||||
@ -94,4 +96,3 @@ add_custom_command(
|
|||||||
${CMAKE_CURRENT_BINARY_DIR}/qtwasmtestlib.js)
|
${CMAKE_CURRENT_BINARY_DIR}/qtwasmtestlib.js)
|
||||||
|
|
||||||
target_link_options(iodevices_auto PRIVATE -sASYNCIFY -Os)
|
target_link_options(iodevices_auto PRIVATE -sASYNCIFY -Os)
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
if(QT_FEATURE_gtk3)
|
if(QT_FEATURE_gtk3)
|
||||||
add_subdirectory(gtk-container)
|
add_subdirectory(gtk-container)
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# Copyright (C) 2024 The Qt Company Ltd.
|
||||||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
qt_find_package(GTK3)
|
qt_find_package(GTK3)
|
||||||
qt_find_package(X11)
|
qt_find_package(X11)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user