src: Remove remains of qmake conversion from CMakeLists.txt files
Change-Id: Id644d322a602038403bb7f46c532744575fbf6d3 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io> (cherry picked from commit 08c201070817be73c17fa7e4e790ba08e94532c6)
This commit is contained in:
parent
3204c9837a
commit
e36aa1a225
3
src/3rdparty/CMakeLists.txt
vendored
3
src/3rdparty/CMakeLists.txt
vendored
@ -1,6 +1,3 @@
|
|||||||
# special case skip regeneration
|
|
||||||
# The file is maintained manually
|
|
||||||
|
|
||||||
if(QT_FEATURE_gui AND QT_FEATURE_png AND NOT QT_FEATURE_system_png)
|
if(QT_FEATURE_gui AND QT_FEATURE_png AND NOT QT_FEATURE_system_png)
|
||||||
add_subdirectory(libpng)
|
add_subdirectory(libpng)
|
||||||
endif()
|
endif()
|
||||||
|
17
src/3rdparty/harfbuzz-ng/CMakeLists.txt
vendored
17
src/3rdparty/harfbuzz-ng/CMakeLists.txt
vendored
@ -1,5 +1,3 @@
|
|||||||
# Generated from harfbuzz-ng.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## BundledHarfbuzz Generic Library:
|
## BundledHarfbuzz Generic Library:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -7,7 +5,7 @@
|
|||||||
qt_internal_add_3rdparty_library(BundledHarfbuzz
|
qt_internal_add_3rdparty_library(BundledHarfbuzz
|
||||||
QMAKE_LIB_NAME harfbuzz
|
QMAKE_LIB_NAME harfbuzz
|
||||||
STATIC
|
STATIC
|
||||||
SKIP_AUTOMOC # special case
|
SKIP_AUTOMOC
|
||||||
SOURCES
|
SOURCES
|
||||||
hb-dummy.cc
|
hb-dummy.cc
|
||||||
src/hb.h
|
src/hb.h
|
||||||
@ -64,8 +62,8 @@ qt_internal_add_3rdparty_library(BundledHarfbuzz
|
|||||||
HB_NO_UNICODE_FUNCS
|
HB_NO_UNICODE_FUNCS
|
||||||
QT_NO_VERSION_TAGGING
|
QT_NO_VERSION_TAGGING
|
||||||
INCLUDE_DIRECTORIES
|
INCLUDE_DIRECTORIES
|
||||||
$<TARGET_PROPERTY:Core,INCLUDE_DIRECTORIES> # special case
|
$<TARGET_PROPERTY:Core,INCLUDE_DIRECTORIES>
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}" # special case
|
"${CMAKE_CURRENT_SOURCE_DIR}"
|
||||||
PUBLIC_INCLUDE_DIRECTORIES
|
PUBLIC_INCLUDE_DIRECTORIES
|
||||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include/harfbuzz>
|
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include/harfbuzz>
|
||||||
)
|
)
|
||||||
@ -80,16 +78,9 @@ endif()
|
|||||||
qt_disable_warnings(BundledHarfbuzz)
|
qt_disable_warnings(BundledHarfbuzz)
|
||||||
qt_set_symbol_visibility_hidden(BundledHarfbuzz)
|
qt_set_symbol_visibility_hidden(BundledHarfbuzz)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:harfbuzz-ng.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "$$PWD/src/harfbuzz.cc"
|
|
||||||
# SHAPERS = "opentype"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
#### Keys ignored in scope 2:.:.:harfbuzz-ng.pro:APPLE:
|
|
||||||
# SHAPERS = "coretext"
|
|
||||||
|
|
||||||
qt_internal_extend_target(BundledHarfbuzz CONDITION UNIX
|
qt_internal_extend_target(BundledHarfbuzz CONDITION UNIX
|
||||||
DEFINES
|
DEFINES
|
||||||
HAVE_PTHREAD
|
HAVE_PTHREAD
|
||||||
@ -102,7 +93,7 @@ qt_internal_extend_target(BundledHarfbuzz CONDITION WIN32
|
|||||||
HB_NO_WIN1256
|
HB_NO_WIN1256
|
||||||
)
|
)
|
||||||
|
|
||||||
qt_internal_extend_target(BundledHarfbuzz CONDITION TRUE # special case
|
qt_internal_extend_target(BundledHarfbuzz CONDITION TRUE
|
||||||
SOURCES
|
SOURCES
|
||||||
src/hb-ot.h
|
src/hb-ot.h
|
||||||
src/hb-ot-cff1-std-str.hh
|
src/hb-ot-cff1-std-str.hh
|
||||||
|
2
src/3rdparty/libpng/CMakeLists.txt
vendored
2
src/3rdparty/libpng/CMakeLists.txt
vendored
@ -1,5 +1,3 @@
|
|||||||
# Generated from libpng.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## BundledLibpng Generic Library:
|
## BundledLibpng Generic Library:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
7
src/3rdparty/pcre2/CMakeLists.txt
vendored
7
src/3rdparty/pcre2/CMakeLists.txt
vendored
@ -1,5 +1,3 @@
|
|||||||
# Generated from pcre2.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## BundledPcre2 Generic Library:
|
## BundledPcre2 Generic Library:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -77,9 +75,4 @@ qt_internal_extend_target(BundledPcre2 CONDITION WIN32
|
|||||||
PCRE2_STATIC
|
PCRE2_STATIC
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 8:.:.:pcre2.pri:QT_FEATURE_intelcet:
|
|
||||||
# QMAKE_CFLAGS = "$$QMAKE_CFLAGS_SHSTK"
|
|
||||||
|
|
||||||
# special case begin
|
|
||||||
qt_internal_apply_intel_cet(BundledPcre2 PRIVATE)
|
qt_internal_apply_intel_cet(BundledPcre2 PRIVATE)
|
||||||
# special case end
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# special case skip regeneration
|
|
||||||
|
|
||||||
# We need to include the features of a few modules before they are actually declared.
|
# We need to include the features of a few modules before they are actually declared.
|
||||||
# The feature values are used as conditions for deciding whether bundled 3rd party libraries
|
# The feature values are used as conditions for deciding whether bundled 3rd party libraries
|
||||||
# should be built.
|
# should be built.
|
||||||
|
@ -1,10 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# 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
|
# Only build jars during Android build and install the templates for the
|
||||||
# androiddeployqt tool.
|
# androiddeployqt tool.
|
||||||
# android
|
# android
|
||||||
@ -13,5 +9,4 @@ if (ANDROID)
|
|||||||
add_subdirectory(java)
|
add_subdirectory(java)
|
||||||
add_subdirectory(templates)
|
add_subdirectory(templates)
|
||||||
endif()
|
endif()
|
||||||
# special case end
|
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from jar.pro.
|
|
||||||
|
|
||||||
set(java_sources
|
set(java_sources
|
||||||
src/org/qtproject/qt/android/accessibility/QtAccessibilityDelegate.java
|
src/org/qtproject/qt/android/accessibility/QtAccessibilityDelegate.java
|
||||||
src/org/qtproject/qt/android/accessibility/QtNativeAccessibility.java
|
src/org/qtproject/qt/android/accessibility/QtNativeAccessibility.java
|
||||||
@ -19,17 +17,16 @@ set(java_sources
|
|||||||
src/org/qtproject/qt/android/QtNativeLibrariesDir.java
|
src/org/qtproject/qt/android/QtNativeLibrariesDir.java
|
||||||
src/org/qtproject/qt/android/QtSurface.java
|
src/org/qtproject/qt/android/QtSurface.java
|
||||||
src/org/qtproject/qt/android/QtThread.java
|
src/org/qtproject/qt/android/QtThread.java
|
||||||
src/org/qtproject/qt/android/QtServiceDelegate.java # special case
|
src/org/qtproject/qt/android/QtServiceDelegate.java
|
||||||
)
|
)
|
||||||
|
|
||||||
qt_internal_add_jar(Qt${QtBase_VERSION_MAJOR}Android # special case
|
qt_internal_add_jar(Qt${QtBase_VERSION_MAJOR}Android
|
||||||
INCLUDE_JARS ${QT_ANDROID_JAR}
|
INCLUDE_JARS ${QT_ANDROID_JAR}
|
||||||
SOURCES ${java_sources}
|
SOURCES ${java_sources}
|
||||||
OUTPUT_DIR "${QT_BUILD_DIR}/jar"
|
OUTPUT_DIR "${QT_BUILD_DIR}/jar"
|
||||||
)
|
)
|
||||||
|
|
||||||
install_jar(Qt${QtBase_VERSION_MAJOR}Android # special case
|
install_jar(Qt${QtBase_VERSION_MAJOR}Android
|
||||||
DESTINATION jar
|
DESTINATION jar
|
||||||
COMPONENT Devel
|
COMPONENT Devel
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
# Android Java Resource files
|
# Android Java Resource files
|
||||||
|
|
||||||
# special case skip regeneration
|
|
||||||
# special case begin
|
|
||||||
set(resource_directories
|
set(resource_directories
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/res"
|
"${CMAKE_CURRENT_SOURCE_DIR}/res"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/src"
|
"${CMAKE_CURRENT_SOURCE_DIR}/src"
|
||||||
@ -59,5 +57,3 @@ if(NOT QT_WILL_INSTALL)
|
|||||||
DIRECTORIES ${resource_directories}
|
DIRECTORIES ${resource_directories}
|
||||||
DESTINATION ${destination})
|
DESTINATION ${destination})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# special case end
|
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
|
|
||||||
# Android template files
|
# Android template files
|
||||||
|
|
||||||
# special case skip regeneration
|
|
||||||
# special case begin
|
|
||||||
set(template_files
|
set(template_files
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/AndroidManifest.xml"
|
"${CMAKE_CURRENT_SOURCE_DIR}/AndroidManifest.xml"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/build.gradle")
|
"${CMAKE_CURRENT_SOURCE_DIR}/build.gradle")
|
||||||
@ -33,5 +31,3 @@ if(NOT QT_WILL_INSTALL)
|
|||||||
DESTINATION ${destination}
|
DESTINATION ${destination}
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# special case end
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from concurrent.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## Concurrent Module:
|
## Concurrent Module:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -50,4 +48,3 @@ qt_internal_extend_target(Concurrent CONDITION MSVC AND (TEST_architecture_arch
|
|||||||
qt_internal_add_docs(Concurrent
|
qt_internal_add_docs(Concurrent
|
||||||
doc/qtconcurrent.qdocconf
|
doc/qtconcurrent.qdocconf
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from corelib.pro.
|
|
||||||
|
|
||||||
# special case begin
|
|
||||||
qt_find_package(Threads PROVIDED_TARGETS Threads::Threads)
|
qt_find_package(Threads PROVIDED_TARGETS Threads::Threads)
|
||||||
qt_find_package(WrapPCRE2 PROVIDED_TARGETS WrapPCRE2::WrapPCRE2)
|
qt_find_package(WrapPCRE2 PROVIDED_TARGETS WrapPCRE2::WrapPCRE2)
|
||||||
qt_find_package(WrapZLIB PROVIDED_TARGETS WrapZLIB::WrapZLIB)
|
qt_find_package(WrapZLIB PROVIDED_TARGETS WrapZLIB::WrapZLIB)
|
||||||
@ -32,7 +29,6 @@ endif()
|
|||||||
qt_path_join(config_build_dir ${QT_CONFIG_BUILD_DIR} "${INSTALL_CMAKE_NAMESPACE}Core")
|
qt_path_join(config_build_dir ${QT_CONFIG_BUILD_DIR} "${INSTALL_CMAKE_NAMESPACE}Core")
|
||||||
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/QtInstallPaths.cmake.in"
|
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/QtInstallPaths.cmake.in"
|
||||||
"${config_build_dir}/QtInstallPaths.cmake" @ONLY)
|
"${config_build_dir}/QtInstallPaths.cmake" @ONLY)
|
||||||
# special case end
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## Core Module:
|
## Core Module:
|
||||||
@ -313,29 +309,23 @@ qt_internal_add_module(Core
|
|||||||
QT_NO_USING_NAMESPACE
|
QT_NO_USING_NAMESPACE
|
||||||
QT_TYPESAFE_FLAGS
|
QT_TYPESAFE_FLAGS
|
||||||
INCLUDE_DIRECTORIES
|
INCLUDE_DIRECTORIES
|
||||||
"${CMAKE_CURRENT_BINARY_DIR}/global" # special case
|
"${CMAKE_CURRENT_BINARY_DIR}/global"
|
||||||
"${CMAKE_CURRENT_BINARY_DIR}/kernel" # for moc_qobject.cpp to be found by qobject.cpp
|
"${CMAKE_CURRENT_BINARY_DIR}/kernel" # for moc_qobject.cpp to be found by qobject.cpp
|
||||||
# ../3rdparty/md4 # special case remove
|
|
||||||
# ../3rdparty/md5 # special case remove
|
|
||||||
# ../3rdparty/sha3 # special case remove
|
|
||||||
../3rdparty/tinycbor/src
|
../3rdparty/tinycbor/src
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::GlobalConfigPrivate # special case
|
Qt::GlobalConfigPrivate
|
||||||
WrapZLIB::WrapZLIB
|
WrapZLIB::WrapZLIB
|
||||||
PRECOMPILED_HEADER
|
PRECOMPILED_HEADER
|
||||||
"global/qt_pch.h"
|
"global/qt_pch.h"
|
||||||
GENERATE_CPP_EXPORTS
|
GENERATE_CPP_EXPORTS
|
||||||
PUBLIC_LIBRARIES # special case:
|
PUBLIC_LIBRARIES
|
||||||
Qt::Platform # special case:
|
Qt::Platform
|
||||||
# special case begin
|
|
||||||
# Generated in QtBaseGlobalTargets
|
|
||||||
EXTRA_CMAKE_FILES
|
EXTRA_CMAKE_FILES
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/Qt6CTestMacros.cmake"
|
"${CMAKE_CURRENT_SOURCE_DIR}/Qt6CTestMacros.cmake"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/Qt6CoreConfigureFileTemplate.in"
|
"${CMAKE_CURRENT_SOURCE_DIR}/Qt6CoreConfigureFileTemplate.in"
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/Qt6CoreDeploySupport.cmake"
|
"${CMAKE_CURRENT_SOURCE_DIR}/Qt6CoreDeploySupport.cmake"
|
||||||
"${config_build_dir}/QtInstallPaths.cmake"
|
"${config_build_dir}/QtInstallPaths.cmake"
|
||||||
${corelib_extra_cmake_files}
|
${corelib_extra_cmake_files}
|
||||||
# special case end
|
|
||||||
)
|
)
|
||||||
_qt_internal_setup_deploy_support()
|
_qt_internal_setup_deploy_support()
|
||||||
|
|
||||||
@ -348,7 +338,6 @@ foreach(src ${corelib_no_pch_sources})
|
|||||||
qt_update_ignore_pch_source(Core ${src})
|
qt_update_ignore_pch_source(Core ${src})
|
||||||
endforeach()
|
endforeach()
|
||||||
|
|
||||||
# special case begin
|
|
||||||
add_dependencies(Core qmodule_pri)
|
add_dependencies(Core qmodule_pri)
|
||||||
|
|
||||||
if (NOT QT_NAMESPACE STREQUAL "")
|
if (NOT QT_NAMESPACE STREQUAL "")
|
||||||
@ -423,7 +412,6 @@ if ((LINUX OR HURD) AND NOT CMAKE_CROSSCOMPILING AND BUILD_SHARED_LIBS)
|
|||||||
target_compile_definitions(Core PRIVATE ELF_INTERPRETER="${ELF_INTERPRETER}")
|
target_compile_definitions(Core PRIVATE ELF_INTERPRETER="${ELF_INTERPRETER}")
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
# special case end
|
|
||||||
|
|
||||||
qt_internal_add_simd_part(Core SIMD mips_dsp
|
qt_internal_add_simd_part(Core SIMD mips_dsp
|
||||||
SOURCES
|
SOURCES
|
||||||
@ -438,7 +426,7 @@ endif()
|
|||||||
|
|
||||||
if(ANDROID)
|
if(ANDROID)
|
||||||
set_property(TARGET Core APPEND PROPERTY QT_ANDROID_BUNDLED_JAR_DEPENDENCIES
|
set_property(TARGET Core APPEND PROPERTY QT_ANDROID_BUNDLED_JAR_DEPENDENCIES
|
||||||
jar/Qt${QtBase_VERSION_MAJOR}Android.jar # special case
|
jar/Qt${QtBase_VERSION_MAJOR}Android.jar
|
||||||
)
|
)
|
||||||
set_property(TARGET Core APPEND PROPERTY QT_ANDROID_LIB_DEPENDENCIES
|
set_property(TARGET Core APPEND PROPERTY QT_ANDROID_LIB_DEPENDENCIES
|
||||||
plugins/platforms/libplugins_platforms_qtforandroid.so
|
plugins/platforms/libplugins_platforms_qtforandroid.so
|
||||||
@ -448,54 +436,9 @@ if(ANDROID)
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:corelib.pro:<TRUE>:
|
|
||||||
# CMAKE_DISABLED_FEATURES = "$$join(QT_DISABLED_FEATURES, "$$escape_expand(\\n) ")"
|
|
||||||
# CMAKE_HOST_DATA_DIR = "$$cmakeRelativePath($$[QT_HOST_DATA/src], $$[QT_INSTALL_PREFIX])"
|
|
||||||
# CMAKE_INSTALL_DATA_DIR = "$$cmakeRelativePath($$[QT_HOST_DATA], $$[QT_INSTALL_PREFIX])"
|
|
||||||
# HOST_BINS = "$$[QT_HOST_BINS]"
|
|
||||||
# INSTALLS = "ctest_qt5_module_files" "cmake_qt5_umbrella_module_files"
|
|
||||||
# MODULE = "core"
|
|
||||||
# MODULE_CONFIG = "moc" "resources"
|
|
||||||
# QMAKE_PKGCONFIG_VARIABLES = "host_bins" "qt_conf"
|
|
||||||
# QMAKE_SUBSTITUTES = "ctest_macros_file" "cmake_umbrella_config_file" "cmake_umbrella_config_module_location" "cmake_umbrella_config_module_location_for_install" "cmake_umbrella_config_version_file" "cmake_extras_mkspec_dir" "cmake_extras_mkspec_dir_for_install"
|
|
||||||
# cmake_extras_mkspec_dir.input = "$$PWD/Qt5CoreConfigExtrasMkspecDir.cmake.in"
|
|
||||||
# cmake_extras_mkspec_dir.output = "$$DESTDIR/cmake/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake"
|
|
||||||
# cmake_extras_mkspec_dir_for_install.input = "$$PWD/Qt5CoreConfigExtrasMkspecDirForInstall.cmake.in"
|
|
||||||
# cmake_extras_mkspec_dir_for_install.output = "$$DESTDIR/cmake/install/Qt5Core/Qt5CoreConfigExtrasMkspecDir.cmake"
|
|
||||||
# cmake_qt5_umbrella_module_files.files = "$$cmake_umbrella_config_file.output" "$$cmake_umbrella_config_version_file.output" "$$cmake_umbrella_config_module_location_for_install.output"
|
|
||||||
# cmake_qt5_umbrella_module_files.path = "$$[QT_INSTALL_LIBS]/cmake/Qt5"
|
|
||||||
# cmake_umbrella_config_file.input = "$$PWD/Qt5Config.cmake.in"
|
|
||||||
# cmake_umbrella_config_file.output = "$$DESTDIR/cmake/Qt5/Qt5Config.cmake"
|
|
||||||
# cmake_umbrella_config_module_location.input = "$$PWD/Qt5ModuleLocation.cmake.in"
|
|
||||||
# cmake_umbrella_config_module_location.output = "$$DESTDIR/cmake/Qt5/Qt5ModuleLocation.cmake"
|
|
||||||
# cmake_umbrella_config_module_location_for_install.input = "$$PWD/Qt5ModuleLocationForInstall.cmake.in"
|
|
||||||
# cmake_umbrella_config_module_location_for_install.output = "$$DESTDIR/cmake/install/Qt5/Qt5ModuleLocation.cmake"
|
|
||||||
# cmake_umbrella_config_version_file.input = "$$PWD/../../mkspecs/features/data/cmake/Qt5ConfigVersion.cmake.in"
|
|
||||||
# cmake_umbrella_config_version_file.output = "$$DESTDIR/cmake/Qt5/Qt5ConfigVersion.cmake"
|
|
||||||
# ctest_macros_file.CONFIG = "verbatim"
|
|
||||||
# ctest_macros_file.input = "$$PWD/Qt5CTestMacros.cmake"
|
|
||||||
# ctest_macros_file.output = "$$DESTDIR/cmake/Qt5Core/Qt5CTestMacros.cmake"
|
|
||||||
# ctest_qt5_module_files.files = "$$ctest_macros_file.output" "$$cmake_extras_mkspec_dir_for_install.output"
|
|
||||||
# ctest_qt5_module_files.path = "$$[QT_INSTALL_LIBS]/cmake/Qt5Core"
|
|
||||||
# host_bins.name = "host_bins"
|
|
||||||
# host_bins.variable = "HOST_BINS"
|
|
||||||
# qt_conf.name = "qt_config"
|
|
||||||
# qt_conf.variable = "QT_CONFIG"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
#### Keys ignored in scope 2:.:.:corelib.pro:QT_FEATURE_gc_binaries:
|
|
||||||
# MODULE_CONFIG = "gc_binaries"
|
|
||||||
|
|
||||||
# special case begin
|
|
||||||
# remove because it's handled manually
|
|
||||||
#qt_internal_extend_target(Core CONDITION NOT QT_NAMESPACE_ISEMPTY
|
|
||||||
# PUBLIC_DEFINES
|
|
||||||
# QT_NAMESPACE=
|
|
||||||
#)
|
|
||||||
# special case end
|
|
||||||
|
|
||||||
qt_internal_extend_target(Core
|
qt_internal_extend_target(Core
|
||||||
CONDITION ( TEST_architecture_arch STREQUAL i386 ) OR
|
CONDITION ( TEST_architecture_arch STREQUAL i386 ) OR
|
||||||
( TEST_architecture_arch STREQUAL x86_64 ) OR
|
( TEST_architecture_arch STREQUAL x86_64 ) OR
|
||||||
@ -510,7 +453,7 @@ qt_internal_extend_target(Core CONDITION ANDROID
|
|||||||
kernel/qsharedmemory_android.cpp
|
kernel/qsharedmemory_android.cpp
|
||||||
kernel/qsystemsemaphore_android.cpp
|
kernel/qsystemsemaphore_android.cpp
|
||||||
DEFINES
|
DEFINES
|
||||||
LIBS_SUFFIX="_${ANDROID_ABI}.so" # special case
|
LIBS_SUFFIX="_${ANDROID_ABI}.so"
|
||||||
)
|
)
|
||||||
|
|
||||||
qt_internal_extend_target(Core CONDITION MSVC AND (TEST_architecture_arch STREQUAL "i386")
|
qt_internal_extend_target(Core CONDITION MSVC AND (TEST_architecture_arch STREQUAL "i386")
|
||||||
@ -646,24 +589,6 @@ qt_internal_extend_target(Core CONDITION QCC AND (CMAKE_CXX_COMPILER_VERSION VER
|
|||||||
PUBLIC_COMPILE_OPTIONS $<$<COMPILE_LANGUAGE:CXX>:-Wno-invalid-offsetof>
|
PUBLIC_COMPILE_OPTIONS $<$<COMPILE_LANGUAGE:CXX>:-Wno-invalid-offsetof>
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 14:.:.:corelib.pro:pathIsAbsolute(_ss_CMAKE_HOST_DATA_DIR):
|
|
||||||
# CMAKE_HOST_DATA_DIR = "$$[QT_HOST_DATA/src]/"
|
|
||||||
# CMAKE_HOST_DATA_DIR_IS_ABSOLUTE = "True"
|
|
||||||
|
|
||||||
#### Keys ignored in scope 15:.:.:corelib.pro:pathIsAbsolute(_ss_CMAKE_INSTALL_DATA_DIR):
|
|
||||||
# CMAKE_INSTALL_DATA_DIR = "$$[QT_HOST_DATA]/"
|
|
||||||
# CMAKE_INSTALL_DATA_DIR_IS_ABSOLUTE = "True"
|
|
||||||
|
|
||||||
# special case begin
|
|
||||||
# Remove this because it's handled manually
|
|
||||||
#qt_internal_extend_target(Core CONDITION NOT _x_-armcc_x_ AND NOT cross_compile AND NOT static AND (hurd_x_ OR linux_x_)
|
|
||||||
# DEFINES
|
|
||||||
# ELF_INTERPRETER=\\\"=Creadelf-l/bin/ls|perl-n-e\'['quote', ['if', ['/program', 'interpreter:', ['.*'], ']/'], '{', 'print', '$1;', '}']]\'\\\"
|
|
||||||
# LINK_OPTIONS
|
|
||||||
# "-Wl,-e,qt_core_boilerplate"
|
|
||||||
#)
|
|
||||||
# special case end
|
|
||||||
|
|
||||||
qt_internal_extend_target(Core CONDITION LINUX AND QT_BUILD_SHARED_LIBS
|
qt_internal_extend_target(Core CONDITION LINUX AND QT_BUILD_SHARED_LIBS
|
||||||
SOURCES
|
SOURCES
|
||||||
global/minimum-linux_p.h
|
global/minimum-linux_p.h
|
||||||
@ -1404,7 +1329,6 @@ if(APPLE AND CMAKE_OSX_DEPLOYMENT_TARGET)
|
|||||||
set_property(TARGET Core APPEND PROPERTY
|
set_property(TARGET Core APPEND PROPERTY
|
||||||
EXPORT_PROPERTIES "QT_DARWIN_MIN_DEPLOYMENT_TARGET")
|
EXPORT_PROPERTIES "QT_DARWIN_MIN_DEPLOYMENT_TARGET")
|
||||||
endif()
|
endif()
|
||||||
# special case end
|
|
||||||
|
|
||||||
qt_internal_generate_tracepoints(Core core
|
qt_internal_generate_tracepoints(Core core
|
||||||
SOURCES
|
SOURCES
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from dbus.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## DBus Module:
|
## DBus Module:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -57,9 +55,6 @@ qt_internal_add_module(DBus
|
|||||||
set_source_files_properties(qdbusmarshaller.cpp
|
set_source_files_properties(qdbusmarshaller.cpp
|
||||||
PROPERTIES HEADER_FILE_ONLY ON) # special case: This file is included by qdbusargument.cpp
|
PROPERTIES HEADER_FILE_ONLY ON) # special case: This file is included by qdbusargument.cpp
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:dbus.pro:<TRUE>:
|
|
||||||
# MODULE_CONFIG = "dbusadaptors" "dbusinterfaces"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
@ -80,4 +75,3 @@ qt_internal_extend_target(DBus CONDITION WIN32
|
|||||||
qt_internal_add_docs(DBus
|
qt_internal_add_docs(DBus
|
||||||
doc/qtdbus.qdocconf
|
doc/qtdbus.qdocconf
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# special case begin
|
|
||||||
# special case skip regeneration
|
|
||||||
if (NOT WIN32 AND NOT CMAKE_SYSTEM_NAME STREQUAL "iOS")
|
if (NOT WIN32 AND NOT CMAKE_SYSTEM_NAME STREQUAL "iOS")
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
@ -150,5 +148,3 @@ qt_internal_export_additional_targets_file(
|
|||||||
TARGETS ${export_targets}
|
TARGETS ${export_targets}
|
||||||
EXPORT_NAME_PREFIX ${export_name_prefix}
|
EXPORT_NAME_PREFIX ${export_name_prefix}
|
||||||
CONFIG_INSTALL_DIR "${config_install_dir}")
|
CONFIG_INSTALL_DIR "${config_install_dir}")
|
||||||
|
|
||||||
# special case end
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from network.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## Network Module:
|
## Network Module:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -71,9 +69,6 @@ qt_internal_add_module(Network
|
|||||||
GENERATE_PRIVATE_CPP_EXPORTS
|
GENERATE_PRIVATE_CPP_EXPORTS
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:network.pro:<TRUE>:
|
|
||||||
# QMAKE_LIBS = "$$QMAKE_LIBS_NETWORK"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
@ -266,19 +261,19 @@ qt_internal_extend_target(Network CONDITION QT_FEATURE_libproxy AND UNIX AND NOT
|
|||||||
PkgConfig::Libproxy
|
PkgConfig::Libproxy
|
||||||
)
|
)
|
||||||
|
|
||||||
qt_internal_extend_target(Network CONDITION ANDROID # special case
|
qt_internal_extend_target(Network CONDITION ANDROID
|
||||||
SOURCES
|
SOURCES
|
||||||
kernel/qnetworkproxy_android.cpp
|
kernel/qnetworkproxy_android.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
qt_internal_extend_target(Network CONDITION UNIX AND NOT ANDROID AND NOT MACOS AND NOT QT_FEATURE_libproxy AND (UNIX OR WINRT) # special case
|
qt_internal_extend_target(Network CONDITION UNIX AND NOT ANDROID AND NOT MACOS AND NOT QT_FEATURE_libproxy AND (UNIX OR WINRT)
|
||||||
SOURCES
|
SOURCES
|
||||||
kernel/qnetworkproxy_generic.cpp
|
kernel/qnetworkproxy_generic.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
if(ANDROID AND (ANDROID))
|
if(ANDROID AND (ANDROID))
|
||||||
set_property(TARGET Network APPEND PROPERTY QT_ANDROID_BUNDLED_JAR_DEPENDENCIES
|
set_property(TARGET Network APPEND PROPERTY QT_ANDROID_BUNDLED_JAR_DEPENDENCIES
|
||||||
jar/Qt${QtBase_VERSION_MAJOR}AndroidNetwork.jar # special case
|
jar/Qt${QtBase_VERSION_MAJOR}AndroidNetwork.jar
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
@ -365,7 +360,7 @@ qt_internal_extend_target(Network CONDITION WIN32 PUBLIC_LIBRARIES ws2_32) # spe
|
|||||||
|
|
||||||
qt_internal_extend_target(Network CONDITION QNX PUBLIC_LIBRARIES socket) # special case: mkspecs/common/qcc-base-qnx.conf
|
qt_internal_extend_target(Network CONDITION QNX PUBLIC_LIBRARIES socket) # special case: mkspecs/common/qcc-base-qnx.conf
|
||||||
|
|
||||||
qt_internal_extend_target(Network CONDITION SOLARIS PUBLIC_LIBRARIES socket nsl) # special case
|
qt_internal_extend_target(Network CONDITION SOLARIS PUBLIC_LIBRARIES socket nsl)
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
set_source_files_properties(Network # include windows.h (causing clashes with "interface" define)
|
set_source_files_properties(Network # include windows.h (causing clashes with "interface" define)
|
||||||
|
@ -1,20 +1,17 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from jar.pro.
|
|
||||||
|
|
||||||
set(java_sources
|
set(java_sources
|
||||||
src/org/qtproject/qt/android/network/QtNetwork.java
|
src/org/qtproject/qt/android/network/QtNetwork.java
|
||||||
)
|
)
|
||||||
|
|
||||||
qt_internal_add_jar(Qt${QtBase_VERSION_MAJOR}AndroidNetwork # special case
|
qt_internal_add_jar(Qt${QtBase_VERSION_MAJOR}AndroidNetwork
|
||||||
INCLUDE_JARS ${QT_ANDROID_JAR}
|
INCLUDE_JARS ${QT_ANDROID_JAR}
|
||||||
SOURCES ${java_sources}
|
SOURCES ${java_sources}
|
||||||
OUTPUT_DIR "${QT_BUILD_DIR}/jar"
|
OUTPUT_DIR "${QT_BUILD_DIR}/jar"
|
||||||
)
|
)
|
||||||
|
|
||||||
install_jar(Qt${QtBase_VERSION_MAJOR}AndroidNetwork # special case
|
install_jar(Qt${QtBase_VERSION_MAJOR}AndroidNetwork
|
||||||
DESTINATION jar
|
DESTINATION jar
|
||||||
COMPONENT Devel
|
COMPONENT Devel
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from opengl.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## OpenGL Module:
|
## OpenGL Module:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -114,4 +112,3 @@ qt_internal_generate_tracepoints(OpenGL opengl
|
|||||||
qt_internal_add_docs(OpenGL
|
qt_internal_add_docs(OpenGL
|
||||||
doc/qtopengl.qdocconf
|
doc/qtopengl.qdocconf
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from openglwidgets.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## OpenGLWidgets Module:
|
## OpenGLWidgets Module:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from platformsupport.pro.
|
|
||||||
|
|
||||||
add_subdirectory(devicediscovery)
|
add_subdirectory(devicediscovery)
|
||||||
add_subdirectory(fbconvenience)
|
add_subdirectory(fbconvenience)
|
||||||
if(QT_FEATURE_evdev OR QT_FEATURE_integrityhid OR QT_FEATURE_libinput OR QT_FEATURE_tslib OR QT_FEATURE_xkbcommon)
|
if(QT_FEATURE_evdev OR QT_FEATURE_integrityhid OR QT_FEATURE_libinput OR QT_FEATURE_tslib OR QT_FEATURE_xkbcommon)
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from devicediscovery.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## DeviceDiscoverySupportPrivate Module:
|
## DeviceDiscoverySupportPrivate Module:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -19,10 +17,6 @@ qt_internal_add_module(DeviceDiscoverySupportPrivate
|
|||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:devicediscovery.pro:<TRUE>:
|
|
||||||
# MODULE = "devicediscovery_support"
|
|
||||||
# QT_FOR_CONFIG = "gui-private"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from fbconvenience.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## FbSupportPrivate Module:
|
## FbSupportPrivate Module:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -25,6 +23,3 @@ qt_internal_add_module(FbSupportPrivate
|
|||||||
PRECOMPILED_HEADER
|
PRECOMPILED_HEADER
|
||||||
"../../corelib/global/qt_pch.h"
|
"../../corelib/global/qt_pch.h"
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:fbconvenience.pro:<TRUE>:
|
|
||||||
# MODULE = "fb_support"
|
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from input.pro.
|
qt_find_package(Libinput)
|
||||||
|
qt_find_package(XKB)
|
||||||
qt_find_package(Libinput) # special case
|
qt_find_package(Tslib)
|
||||||
qt_find_package(XKB) # special case
|
qt_find_package(Mtdev)
|
||||||
qt_find_package(Tslib) # special case
|
|
||||||
qt_find_package(Mtdev) # special case
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## InputSupportPrivate Module:
|
## InputSupportPrivate Module:
|
||||||
@ -26,9 +24,6 @@ qt_internal_add_module(InputSupportPrivate
|
|||||||
"../../corelib/global/qt_pch.h"
|
"../../corelib/global/qt_pch.h"
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 2:.:.:input-support.pro:<TRUE>:
|
|
||||||
# MODULE = "input_support"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from kmsconvenience.pro.
|
qt_find_package(Libdrm)
|
||||||
|
|
||||||
qt_find_package(Libdrm) # special case
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## KmsSupportPrivate Module:
|
## KmsSupportPrivate Module:
|
||||||
@ -22,6 +20,3 @@ qt_internal_add_module(KmsSupportPrivate
|
|||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:kmsconvenience.pro:<TRUE>:
|
|
||||||
# MODULE = "kms_support"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from plugins.pro.
|
|
||||||
|
|
||||||
if(TARGET Qt::Sql)
|
if(TARGET Qt::Sql)
|
||||||
add_subdirectory(sqldrivers)
|
add_subdirectory(sqldrivers)
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from generic.pro.
|
|
||||||
|
|
||||||
if(QT_FEATURE_evdev)
|
if(QT_FEATURE_evdev)
|
||||||
add_subdirectory(evdevmouse)
|
add_subdirectory(evdevmouse)
|
||||||
add_subdirectory(evdevtouch)
|
add_subdirectory(evdevtouch)
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from evdevkeyboard.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QEvdevKeyboardPlugin Plugin:
|
## QEvdevKeyboardPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -20,7 +18,3 @@ qt_internal_add_plugin(QEvdevKeyboardPlugin
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
Qt::InputSupportPrivate
|
Qt::InputSupportPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:evdevkeyboard.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "evdevkeyboard.json"
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from evdevmouse.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QEvdevMousePlugin Plugin:
|
## QEvdevMousePlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -20,7 +18,3 @@ qt_internal_add_plugin(QEvdevMousePlugin
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
Qt::InputSupportPrivate
|
Qt::InputSupportPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:evdevmouse.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "evdevmouse.json"
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from evdevtablet.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QEvdevTabletPlugin Plugin:
|
## QEvdevTabletPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -20,7 +18,3 @@ qt_internal_add_plugin(QEvdevTabletPlugin
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
Qt::InputSupportPrivate
|
Qt::InputSupportPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:evdevtablet.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "evdevtablet.json"
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from evdevtouch.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QEvdevTouchScreenPlugin Plugin:
|
## QEvdevTouchScreenPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -20,7 +18,3 @@ qt_internal_add_plugin(QEvdevTouchScreenPlugin
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
Qt::InputSupportPrivate
|
Qt::InputSupportPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:evdevtouch.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "evdevtouch.json"
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from libinput.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QLibInputPlugin Plugin:
|
## QLibInputPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -20,7 +18,3 @@ qt_internal_add_plugin(QLibInputPlugin
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
Qt::InputSupportPrivate
|
Qt::InputSupportPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:libinput.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "libinput.json"
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from tslib.pro.
|
qt_find_package(Tslib)
|
||||||
|
|
||||||
qt_find_package(Tslib) # special case
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QTsLibPlugin Plugin:
|
## QTsLibPlugin Plugin:
|
||||||
@ -23,7 +21,3 @@ qt_internal_add_plugin(QTsLibPlugin
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
Qt::InputSupportPrivate
|
Qt::InputSupportPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:tslib.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "tslib.json"
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from tuiotouch.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QTuioTouchPlugin Plugin:
|
## QTuioTouchPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -27,7 +25,3 @@ qt_internal_add_plugin(QTuioTouchPlugin
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
Qt::Network
|
Qt::Network
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:tuiotouch.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "tuiotouch.json"
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from imageformats.pro.
|
|
||||||
|
|
||||||
if(QT_FEATURE_ico)
|
if(QT_FEATURE_ico)
|
||||||
add_subdirectory(ico)
|
add_subdirectory(ico)
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from gif.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QGifPlugin Plugin:
|
## QGifPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -13,10 +11,7 @@ qt_internal_add_plugin(QGifPlugin
|
|||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
qgifhandler.cpp qgifhandler_p.h
|
qgifhandler.cpp qgifhandler_p.h
|
||||||
LIBRARIES # special case
|
LIBRARIES
|
||||||
Qt::Gui # special case
|
Qt::Gui
|
||||||
Qt::GuiPrivate # special case
|
Qt::GuiPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:gif.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "gif.json"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from ico.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QICOPlugin Plugin:
|
## QICOPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -18,6 +16,3 @@ qt_internal_add_plugin(QICOPlugin
|
|||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
Qt::Gui
|
Qt::Gui
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:ico.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "ico.json"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from jpeg.pro.
|
|
||||||
|
|
||||||
qt_find_package(WrapJpeg PROVIDED_TARGETS WrapJpeg::WrapJpeg)
|
qt_find_package(WrapJpeg PROVIDED_TARGETS WrapJpeg::WrapJpeg)
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from platforminputcontexts.pro.
|
|
||||||
|
|
||||||
if(QT_FEATURE_xkbcommon)
|
if(QT_FEATURE_xkbcommon)
|
||||||
add_subdirectory(compose)
|
add_subdirectory(compose)
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,14 +1,12 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from compose.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QComposePlatformInputContextPlugin Plugin:
|
## QComposePlatformInputContextPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
qt_find_package(XKB) # special case
|
qt_find_package(XKB)
|
||||||
pkg_get_variable(PKG_X11_PREFIX x11 prefix) # special case
|
pkg_get_variable(PKG_X11_PREFIX x11 prefix)
|
||||||
|
|
||||||
qt_internal_add_plugin(QComposePlatformInputContextPlugin
|
qt_internal_add_plugin(QComposePlatformInputContextPlugin
|
||||||
OUTPUT_NAME composeplatforminputcontextplugin
|
OUTPUT_NAME composeplatforminputcontextplugin
|
||||||
@ -24,7 +22,3 @@ qt_internal_add_plugin(QComposePlatformInputContextPlugin
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
XKB::XKB
|
XKB::XKB
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:compose.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "$$PWD/compose.json"
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from ibus.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QIbusPlatformInputContextPlugin Plugin:
|
## QIbusPlatformInputContextPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -25,7 +23,3 @@ qt_internal_add_plugin(QIbusPlatformInputContextPlugin
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
XKB::XKB
|
XKB::XKB
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:ibus.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "$$PWD/ibus.json"
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from platforms.pro.
|
|
||||||
|
|
||||||
if(ANDROID)
|
if(ANDROID)
|
||||||
add_subdirectory(android)
|
add_subdirectory(android)
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,17 +1,15 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from android.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QAndroidIntegrationPlugin Plugin:
|
## QAndroidIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
qt_find_package(EGL) # special case
|
qt_find_package(EGL)
|
||||||
|
|
||||||
qt_internal_add_plugin(QAndroidIntegrationPlugin
|
qt_internal_add_plugin(QAndroidIntegrationPlugin
|
||||||
OUTPUT_NAME qtforandroid
|
OUTPUT_NAME qtforandroid
|
||||||
PLUGIN_TYPE platforms
|
PLUGIN_TYPE platforms
|
||||||
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES android # special case
|
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES android
|
||||||
SOURCES
|
SOURCES
|
||||||
androidcontentfileengine.cpp androidcontentfileengine.h
|
androidcontentfileengine.cpp androidcontentfileengine.h
|
||||||
androiddeadlockprotector.h
|
androiddeadlockprotector.h
|
||||||
@ -57,12 +55,9 @@ qt_internal_add_plugin(QAndroidIntegrationPlugin
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
android
|
android
|
||||||
jnigraphics
|
jnigraphics
|
||||||
EGL::EGL # special case
|
EGL::EGL
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:android.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "$$PWD/android.json"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
@ -1,17 +1,13 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from cocoa.pro.
|
|
||||||
|
|
||||||
# special case:
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QCocoaIntegrationPlugin Plugin:
|
## QCocoaIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
qt_internal_add_plugin(QCocoaIntegrationPlugin
|
qt_internal_add_plugin(QCocoaIntegrationPlugin
|
||||||
OUTPUT_NAME qcocoa
|
OUTPUT_NAME qcocoa
|
||||||
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES cocoa # special case
|
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES cocoa
|
||||||
PLUGIN_TYPE platforms
|
PLUGIN_TYPE platforms
|
||||||
SOURCES
|
SOURCES
|
||||||
main.mm
|
main.mm
|
||||||
@ -66,9 +62,7 @@ qt_internal_add_plugin(QCocoaIntegrationPlugin
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
# special case begin
|
|
||||||
qt_disable_apple_app_extension_api_only(QCocoaIntegrationPlugin)
|
qt_disable_apple_app_extension_api_only(QCocoaIntegrationPlugin)
|
||||||
# special case end
|
|
||||||
|
|
||||||
# Resources:
|
# Resources:
|
||||||
set(qcocoaresources_resource_files
|
set(qcocoaresources_resource_files
|
||||||
@ -84,10 +78,6 @@ qt_internal_add_resource(QCocoaIntegrationPlugin "qcocoaresources"
|
|||||||
${qcocoaresources_resource_files}
|
${qcocoaresources_resource_files}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:cocoa.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "cocoa.json"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
@ -111,8 +101,3 @@ qt_internal_extend_target(QCocoaIntegrationPlugin CONDITION QT_FEATURE_sessionma
|
|||||||
SOURCES
|
SOURCES
|
||||||
qcocoasessionmanager.cpp qcocoasessionmanager.h
|
qcocoasessionmanager.cpp qcocoasessionmanager.h
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 7:.:.:cocoa.pro:TARGET Qt::Widgets:
|
|
||||||
# QT_FOR_CONFIG = "widgets"
|
|
||||||
#### Keys ignored in scope 12:.:.:cocoa.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from direct2d.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QWindowsDirect2DIntegrationPlugin Plugin:
|
## QWindowsDirect2DIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -58,10 +56,10 @@ qt_internal_add_plugin(QWindowsDirect2DIntegrationPlugin
|
|||||||
Qt::Gui
|
Qt::Gui
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
advapi32
|
advapi32
|
||||||
d2d1 # special case
|
d2d1
|
||||||
d3d11
|
d3d11
|
||||||
dwmapi
|
dwmapi
|
||||||
dwrite # special case
|
dwrite
|
||||||
dxgi
|
dxgi
|
||||||
dxguid
|
dxguid
|
||||||
gdi32
|
gdi32
|
||||||
@ -96,15 +94,9 @@ qt_internal_add_resource(QWindowsDirect2DIntegrationPlugin "openglblacklists"
|
|||||||
${openglblacklists_resource_files}
|
${openglblacklists_resource_files}
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:direct2d.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "direct2d.json"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
#### Keys ignored in scope 2:.:.:direct2d.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
|
||||||
qt_internal_extend_target(QWindowsDirect2DIntegrationPlugin CONDITION QT_FEATURE_opengl AND NOT QT_FEATURE_dynamicgl
|
qt_internal_extend_target(QWindowsDirect2DIntegrationPlugin CONDITION QT_FEATURE_opengl AND NOT QT_FEATURE_dynamicgl
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
opengl32
|
opengl32
|
||||||
@ -217,8 +209,6 @@ qt_internal_extend_target(QWindowsDirect2DIntegrationPlugin CONDITION MINGW AND
|
|||||||
uuid
|
uuid
|
||||||
)
|
)
|
||||||
|
|
||||||
# begin special case
|
|
||||||
if (MINGW)
|
if (MINGW)
|
||||||
set_source_files_properties(../windows/qwindowspointerhandler.cpp PROPERTIES SKIP_PRECOMPILE_HEADERS ON)
|
set_source_files_properties(../windows/qwindowspointerhandler.cpp PROPERTIES SKIP_PRECOMPILE_HEADERS ON)
|
||||||
endif()
|
endif()
|
||||||
# end special case
|
|
||||||
|
@ -1,12 +1,8 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from directfb.pro.
|
|
||||||
|
|
||||||
# begin special case:
|
|
||||||
qt_find_package(DirectFB)
|
qt_find_package(DirectFB)
|
||||||
qt_find_package(EGL)
|
qt_find_package(EGL)
|
||||||
# end special case:
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QDirectFbIntegrationPlugin Plugin:
|
## QDirectFbIntegrationPlugin Plugin:
|
||||||
@ -28,16 +24,13 @@ qt_internal_add_plugin(QDirectFbIntegrationPlugin
|
|||||||
qdirectfbwindow.cpp qdirectfbwindow.h
|
qdirectfbwindow.cpp qdirectfbwindow.h
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
PkgConfig::DirectFB
|
PkgConfig::DirectFB
|
||||||
EGL::EGL # special case
|
EGL::EGL
|
||||||
Qt::Core
|
Qt::Core
|
||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
Qt::Gui
|
Qt::Gui
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:directfb.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "directfb.json"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
@ -53,13 +46,7 @@ qt_internal_extend_target(QDirectFbIntegrationPlugin CONDITION NOT DIRECTFB_PLAT
|
|||||||
DIRECTFB_PLATFORM_HOOKS
|
DIRECTFB_PLATFORM_HOOKS
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 3:.:.:directfb.pro:NOT DIRECTFB_PLATFORM_HOOKS_SOURCES_ISEMPTY:
|
|
||||||
# QMAKE_LIBDIR = "$$DIRECTFB_PLATFORM_HOOKS_LIBDIR"
|
|
||||||
|
|
||||||
qt_internal_extend_target(QDirectFbIntegrationPlugin CONDITION DIRECTFB_PLATFORM_HOOKS_SOURCES_ISEMPTY
|
qt_internal_extend_target(QDirectFbIntegrationPlugin CONDITION DIRECTFB_PLATFORM_HOOKS_SOURCES_ISEMPTY
|
||||||
SOURCES
|
SOURCES
|
||||||
qdirectfbeglhooks_stub.cpp
|
qdirectfbeglhooks_stub.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 5:.:.:directfb.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from eglfs.pro.
|
|
||||||
# special case begin
|
|
||||||
qt_find_package(EGL)
|
qt_find_package(EGL)
|
||||||
|
|
||||||
if(QT_FEATURE_eglfs_gbm)
|
if(QT_FEATURE_eglfs_gbm)
|
||||||
@ -18,7 +16,6 @@ elseif(QT_FEATURE_eglfs_openwfd)
|
|||||||
endif()
|
endif()
|
||||||
|
|
||||||
set(QT_QPA_DEFAULT_EGLFS_INTEGRATION "${_device_integration}" CACHE STRING "Default EGLFS device integration plugin")
|
set(QT_QPA_DEFAULT_EGLFS_INTEGRATION "${_device_integration}" CACHE STRING "Default EGLFS device integration plugin")
|
||||||
# special case end
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## EglFSDeviceIntegrationPrivate Module:
|
## EglFSDeviceIntegrationPrivate Module:
|
||||||
@ -37,7 +34,7 @@ qt_internal_add_module(EglFSDeviceIntegrationPrivate
|
|||||||
DEFINES
|
DEFINES
|
||||||
QT_BUILD_EGL_DEVICE_LIB
|
QT_BUILD_EGL_DEVICE_LIB
|
||||||
QT_EGL_NO_X11
|
QT_EGL_NO_X11
|
||||||
EGLFS_PREFERRED_PLUGIN=${QT_QPA_DEFAULT_EGLFS_INTEGRATION} # special case
|
EGLFS_PREFERRED_PLUGIN=${QT_QPA_DEFAULT_EGLFS_INTEGRATION}
|
||||||
INCLUDE_DIRECTORIES
|
INCLUDE_DIRECTORIES
|
||||||
api
|
api
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
@ -45,14 +42,11 @@ qt_internal_add_module(EglFSDeviceIntegrationPrivate
|
|||||||
Qt::DeviceDiscoverySupportPrivate
|
Qt::DeviceDiscoverySupportPrivate
|
||||||
Qt::FbSupportPrivate
|
Qt::FbSupportPrivate
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
EGL::EGL # special case
|
EGL::EGL
|
||||||
HEADER_SYNC_SOURCE_DIRECTORY
|
HEADER_SYNC_SOURCE_DIRECTORY
|
||||||
"${CMAKE_CURRENT_SOURCE_DIR}/api"
|
"${CMAKE_CURRENT_SOURCE_DIR}/api"
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 2:.:.:eglfsdeviceintegration.pro:<TRUE>:
|
|
||||||
# MODULE = "eglfsdeviceintegration"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
@ -74,19 +68,6 @@ qt_internal_extend_target(EglFSDeviceIntegrationPrivate CONDITION QT_FEATURE_ope
|
|||||||
Qt::OpenGLPrivate
|
Qt::OpenGLPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
# special case begin
|
|
||||||
# comment out
|
|
||||||
#qt_internal_extend_target(EglFSDeviceIntegrationPrivate CONDITION NOT EGLFS_PLATFORM_HOOKS_SOURCES_ISEMPTY
|
|
||||||
#DEFINES
|
|
||||||
#EGLFS_PLATFORM_HOOKS
|
|
||||||
#)
|
|
||||||
|
|
||||||
#qt_internal_extend_target(EglFSDeviceIntegrationPrivate CONDITION NOT EGLFS_DEVICE_INTEGRATION_ISEMPTY
|
|
||||||
#DEFINES
|
|
||||||
#EGLFS_PREFERRED_PLUGIN=
|
|
||||||
#)
|
|
||||||
# special case end
|
|
||||||
|
|
||||||
if(QT_FEATURE_cursor)
|
if(QT_FEATURE_cursor)
|
||||||
# Resources:
|
# Resources:
|
||||||
set(cursor_resource_files
|
set(cursor_resource_files
|
||||||
@ -109,23 +90,15 @@ endif()
|
|||||||
qt_internal_add_plugin(QEglFSIntegrationPlugin
|
qt_internal_add_plugin(QEglFSIntegrationPlugin
|
||||||
OUTPUT_NAME qeglfs
|
OUTPUT_NAME qeglfs
|
||||||
PLUGIN_TYPE platforms
|
PLUGIN_TYPE platforms
|
||||||
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES eglfs # special case
|
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES eglfs
|
||||||
SOURCES
|
SOURCES
|
||||||
qeglfsmain.cpp
|
qeglfsmain.cpp
|
||||||
DEFINES
|
DEFINES
|
||||||
QT_EGL_NO_X11
|
QT_EGL_NO_X11
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::CorePrivate # special case
|
Qt::CorePrivate
|
||||||
Qt::EglFSDeviceIntegrationPrivate
|
Qt::EglFSDeviceIntegrationPrivate
|
||||||
EGL::EGL # special case
|
EGL::EGL
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 12:.:.:eglfs-plugin.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "$$PWD/eglfs.json"
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
#### Keys ignored in scope 13:.:.:eglfs-plugin.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
add_subdirectory(deviceintegration)
|
add_subdirectory(deviceintegration)
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from deviceintegration.pro.
|
|
||||||
|
|
||||||
if(QT_FEATURE_eglfs_x11)
|
if(QT_FEATURE_eglfs_x11)
|
||||||
add_subdirectory(eglfs_x11)
|
add_subdirectory(eglfs_x11)
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from eglfs_emu.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QEglFSEmulatorIntegrationPlugin Plugin:
|
## QEglFSEmulatorIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -25,7 +23,3 @@ qt_internal_add_plugin(QEglFSEmulatorIntegrationPlugin
|
|||||||
Qt::Gui
|
Qt::Gui
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:eglfs_emu.pro:<TRUE>:
|
|
||||||
# DISTFILES = "eglfs_emu.json"
|
|
||||||
# OTHER_FILES = "$$PWD/eglfs_emu.json"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from eglfs_kms.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## EglFsKmsGbmSupportPrivate Module:
|
## EglFsKmsGbmSupportPrivate Module:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -48,6 +46,3 @@ qt_internal_add_plugin(QEglFSKmsGbmIntegrationPlugin
|
|||||||
Qt::KmsSupportPrivate
|
Qt::KmsSupportPrivate
|
||||||
gbm::gbm
|
gbm::gbm
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 3:.:.:eglfs_kms-plugin.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "$$PWD/eglfs_kms.json"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from eglfs_kms_egldevice.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QEglFSKmsEglDeviceIntegrationPlugin Plugin:
|
## QEglFSKmsEglDeviceIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -27,6 +25,3 @@ qt_internal_add_plugin(QEglFSKmsEglDeviceIntegrationPlugin
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
Qt::KmsSupportPrivate
|
Qt::KmsSupportPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:eglfs_kms_egldevice.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "$$PWD/eglfs_kms_egldevice.json"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from eglfs_kms_support.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## EglFsKmsSupportPrivate Module:
|
## EglFsKmsSupportPrivate Module:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from eglfs_mali.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QEglFSMaliIntegrationPlugin Plugin:
|
## QEglFSMaliIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -24,6 +22,3 @@ qt_internal_add_plugin(QEglFSMaliIntegrationPlugin
|
|||||||
Qt::Gui
|
Qt::Gui
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:eglfs_mali.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "$$PWD/eglfs_mali.json"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from openwfd.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QEglFSOpenWFDIntegrationPlugin Plugin:
|
## QEglFSOpenWFDIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -22,6 +20,3 @@ qt_internal_add_plugin(QEglFSOpenWFDIntegrationPlugin
|
|||||||
Qt::Gui
|
Qt::Gui
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:openwfd.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "$$PWD/eglfs_openwfd.json"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from eglfs_viv.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QEglFSVivIntegrationPlugin Plugin:
|
## QEglFSVivIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -25,6 +23,3 @@ qt_internal_add_plugin(QEglFSVivIntegrationPlugin
|
|||||||
Qt::Gui
|
Qt::Gui
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:eglfs_viv.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "$$PWD/eglfs_viv.json"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from eglfs_viv_wl.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QEglFSVivWaylandIntegrationPlugin Plugin:
|
## QEglFSVivWaylandIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -26,6 +24,3 @@ qt_internal_add_plugin(QEglFSVivWaylandIntegrationPlugin
|
|||||||
Qt::Gui
|
Qt::Gui
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:eglfs_viv_wl.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "$$PWD/eglfs_viv_wl.json"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from eglfs_x11.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QEglFSX11IntegrationPlugin Plugin:
|
## QEglFSX11IntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -27,6 +25,3 @@ qt_internal_add_plugin(QEglFSX11IntegrationPlugin
|
|||||||
X11::XCB
|
X11::XCB
|
||||||
XCB::XCB
|
XCB::XCB
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:eglfs_x11.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "$$PWD/eglfs_x11.json"
|
|
||||||
|
@ -1,15 +1,13 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from ios.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QIOSIntegrationPlugin Plugin:
|
## QIOSIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
qt_internal_add_plugin(QIOSIntegrationPlugin
|
qt_internal_add_plugin(QIOSIntegrationPlugin
|
||||||
OUTPUT_NAME qios
|
OUTPUT_NAME qios
|
||||||
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES ios # special case
|
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES ios
|
||||||
PLUGIN_TYPE platforms
|
PLUGIN_TYPE platforms
|
||||||
SOURCES
|
SOURCES
|
||||||
plugin.mm
|
plugin.mm
|
||||||
@ -39,11 +37,7 @@ qt_internal_add_plugin(QIOSIntegrationPlugin
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
# special case begin
|
|
||||||
qt_disable_apple_app_extension_api_only(QIOSIntegrationPlugin)
|
qt_disable_apple_app_extension_api_only(QIOSIntegrationPlugin)
|
||||||
# special case end
|
|
||||||
#### Keys ignored in scope 2:.:.:kernel.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "quiview_textinput.mm" "quiview_accessibility.mm"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -71,6 +65,4 @@ qt_internal_extend_target(QIOSIntegrationPlugin CONDITION NOT TVOS
|
|||||||
${FWUniformTypeIdentifiers}
|
${FWUniformTypeIdentifiers}
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 6:.:.:kernel.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
add_subdirectory(optional)
|
add_subdirectory(optional)
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from optional.pro.
|
|
||||||
|
|
||||||
if(IOS)
|
if(IOS)
|
||||||
add_subdirectory(nsphotolibrarysupport)
|
add_subdirectory(nsphotolibrarysupport)
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from nsphotolibrarysupport.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QIosOptionalPlugin_NSPhotoLibrary Plugin:
|
## QIosOptionalPlugin_NSPhotoLibrary Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -26,17 +24,7 @@ qt_internal_add_plugin(QIosOptionalPlugin_NSPhotoLibraryPlugin
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
# special case begin
|
|
||||||
set_target_properties(QIosOptionalPlugin_NSPhotoLibraryPlugin
|
set_target_properties(QIosOptionalPlugin_NSPhotoLibraryPlugin
|
||||||
PROPERTIES
|
PROPERTIES
|
||||||
DISABLE_PRECOMPILE_HEADERS ON
|
DISABLE_PRECOMPILE_HEADERS ON
|
||||||
)
|
)
|
||||||
# special case end
|
|
||||||
|
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:nsphotolibrarysupport.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "plugin.json"
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from linuxfb.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QLinuxFbIntegrationPlugin Plugin:
|
## QLinuxFbIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -10,7 +8,7 @@
|
|||||||
qt_internal_add_plugin(QLinuxFbIntegrationPlugin
|
qt_internal_add_plugin(QLinuxFbIntegrationPlugin
|
||||||
OUTPUT_NAME qlinuxfb
|
OUTPUT_NAME qlinuxfb
|
||||||
PLUGIN_TYPE platforms
|
PLUGIN_TYPE platforms
|
||||||
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES linuxfb # special case
|
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES linuxfb
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
qlinuxfbintegration.cpp qlinuxfbintegration.h
|
qlinuxfbintegration.cpp qlinuxfbintegration.h
|
||||||
@ -25,9 +23,6 @@ qt_internal_add_plugin(QLinuxFbIntegrationPlugin
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:linuxfb.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "linuxfb.json"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
@ -42,6 +37,3 @@ qt_internal_extend_target(QLinuxFbIntegrationPlugin CONDITION TARGET Qt::KmsSupp
|
|||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::KmsSupportPrivate
|
Qt::KmsSupportPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 4:.:.:linuxfb.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,18 +1,16 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from minimal.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QMinimalIntegrationPlugin Plugin:
|
## QMinimalIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
qt_find_package(WrapFreetype PROVIDED_TARGETS WrapFreetype::WrapFreetype) # special case
|
qt_find_package(WrapFreetype PROVIDED_TARGETS WrapFreetype::WrapFreetype)
|
||||||
|
|
||||||
qt_internal_add_plugin(QMinimalIntegrationPlugin
|
qt_internal_add_plugin(QMinimalIntegrationPlugin
|
||||||
OUTPUT_NAME qminimal
|
OUTPUT_NAME qminimal
|
||||||
PLUGIN_TYPE platforms
|
PLUGIN_TYPE platforms
|
||||||
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES minimal # special case
|
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES minimal
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
qminimalbackingstore.cpp qminimalbackingstore.h
|
qminimalbackingstore.cpp qminimalbackingstore.h
|
||||||
@ -26,9 +24,6 @@ qt_internal_add_plugin(QMinimalIntegrationPlugin
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:minimal.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "minimal.json"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
@ -36,6 +31,3 @@ qt_internal_extend_target(QMinimalIntegrationPlugin CONDITION QT_FEATURE_freetyp
|
|||||||
LIBRARIES
|
LIBRARIES
|
||||||
WrapFreetype::WrapFreetype
|
WrapFreetype::WrapFreetype
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 3:.:.:minimal.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,8 +1,7 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from minimalegl.pro.
|
qt_find_package(EGL)
|
||||||
qt_find_package(EGL) # special case
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QMinimalEglIntegrationPlugin Plugin:
|
## QMinimalEglIntegrationPlugin Plugin:
|
||||||
@ -11,7 +10,7 @@ qt_find_package(EGL) # special case
|
|||||||
qt_internal_add_plugin(QMinimalEglIntegrationPlugin
|
qt_internal_add_plugin(QMinimalEglIntegrationPlugin
|
||||||
OUTPUT_NAME qminimalegl
|
OUTPUT_NAME qminimalegl
|
||||||
PLUGIN_TYPE platforms
|
PLUGIN_TYPE platforms
|
||||||
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES minimalegl # special case
|
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES minimalegl
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
qminimaleglintegration.cpp qminimaleglintegration.h
|
qminimaleglintegration.cpp qminimaleglintegration.h
|
||||||
@ -24,12 +23,9 @@ qt_internal_add_plugin(QMinimalEglIntegrationPlugin
|
|||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
Qt::Gui
|
Qt::Gui
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
EGL::EGL # special case
|
EGL::EGL
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:minimalegl.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "minimalegl.json"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
@ -39,6 +35,3 @@ qt_internal_extend_target(QMinimalEglIntegrationPlugin CONDITION QT_FEATURE_open
|
|||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::OpenGL
|
Qt::OpenGL
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 3:.:.:minimalegl.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from offscreen.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QOffscreenIntegrationPlugin Plugin:
|
## QOffscreenIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -10,7 +8,7 @@
|
|||||||
qt_internal_add_plugin(QOffscreenIntegrationPlugin
|
qt_internal_add_plugin(QOffscreenIntegrationPlugin
|
||||||
OUTPUT_NAME qoffscreen
|
OUTPUT_NAME qoffscreen
|
||||||
PLUGIN_TYPE platforms
|
PLUGIN_TYPE platforms
|
||||||
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES offscreen # special case
|
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES offscreen
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
qoffscreencommon.cpp qoffscreencommon.h
|
qoffscreencommon.cpp qoffscreencommon.h
|
||||||
@ -25,9 +23,6 @@ qt_internal_add_plugin(QOffscreenIntegrationPlugin
|
|||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:offscreen.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "offscreen.json"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
@ -37,6 +32,3 @@ qt_internal_extend_target(QOffscreenIntegrationPlugin CONDITION QT_FEATURE_openg
|
|||||||
LIBRARIES
|
LIBRARIES
|
||||||
X11::X11
|
X11::X11
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 3:.:.:offscreen.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from qnx.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QQnxIntegrationPlugin Plugin:
|
## QQnxIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -10,7 +8,7 @@
|
|||||||
qt_internal_add_plugin(QQnxIntegrationPlugin
|
qt_internal_add_plugin(QQnxIntegrationPlugin
|
||||||
OUTPUT_NAME qqnx
|
OUTPUT_NAME qqnx
|
||||||
PLUGIN_TYPE platforms
|
PLUGIN_TYPE platforms
|
||||||
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES qnx # special case
|
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES qnx
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp main.h
|
main.cpp main.h
|
||||||
qqnxabstractcover.h
|
qqnxabstractcover.h
|
||||||
@ -41,9 +39,6 @@ qt_internal_add_plugin(QQnxIntegrationPlugin
|
|||||||
screen
|
screen
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:qnx.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "qnx.json"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
@ -90,6 +85,3 @@ qt_internal_extend_target(QQnxIntegrationPlugin CONDITION lgmon
|
|||||||
LIBRARIES
|
LIBRARIES
|
||||||
lgmon
|
lgmon
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 8:.:.:qnx.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from vnc.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QVncIntegrationPlugin Plugin:
|
## QVncIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -10,7 +8,7 @@
|
|||||||
qt_internal_add_plugin(QVncIntegrationPlugin
|
qt_internal_add_plugin(QVncIntegrationPlugin
|
||||||
OUTPUT_NAME qvnc
|
OUTPUT_NAME qvnc
|
||||||
PLUGIN_TYPE platforms
|
PLUGIN_TYPE platforms
|
||||||
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES vnc # special case
|
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES vnc
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
qvnc.cpp qvnc_p.h
|
qvnc.cpp qvnc_p.h
|
||||||
@ -28,9 +26,6 @@ qt_internal_add_plugin(QVncIntegrationPlugin
|
|||||||
Qt::Network
|
Qt::Network
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:vnc.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "vnc.json"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
@ -38,6 +33,3 @@ qt_internal_extend_target(QVncIntegrationPlugin CONDITION TARGET Qt::InputSuppor
|
|||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::InputSupportPrivate
|
Qt::InputSupportPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 3:.:.:vnc.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,15 +1,13 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from wasm.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QWasmIntegrationPlugin Plugin:
|
## QWasmIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
qt_internal_add_plugin(QWasmIntegrationPlugin
|
qt_internal_add_plugin(QWasmIntegrationPlugin
|
||||||
OUTPUT_NAME qwasm
|
OUTPUT_NAME qwasm
|
||||||
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES wasm # special case
|
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES wasm
|
||||||
PLUGIN_TYPE platforms
|
PLUGIN_TYPE platforms
|
||||||
STATIC
|
STATIC
|
||||||
SOURCES
|
SOURCES
|
||||||
@ -74,7 +72,6 @@ qt_internal_extend_target(QWasmIntegrationPlugin CONDITION QT_FEATURE_opengl
|
|||||||
Qt::OpenGLPrivate
|
Qt::OpenGLPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 4:.:.:wasm.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
# PLUGIN_EXTENDS = "-"
|
||||||
|
|
||||||
set(wasm_support_files
|
set(wasm_support_files
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from windows.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QWindowsIntegrationPlugin Plugin:
|
## QWindowsIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -10,7 +8,7 @@
|
|||||||
qt_internal_add_plugin(QWindowsIntegrationPlugin
|
qt_internal_add_plugin(QWindowsIntegrationPlugin
|
||||||
OUTPUT_NAME qwindows
|
OUTPUT_NAME qwindows
|
||||||
PLUGIN_TYPE platforms
|
PLUGIN_TYPE platforms
|
||||||
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES windows # special case
|
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES windows
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
qtwindowsglobal.h
|
qtwindowsglobal.h
|
||||||
@ -83,10 +81,6 @@ qt_internal_add_resource(QWindowsIntegrationPlugin "openglblacklists"
|
|||||||
${openglblacklists_resource_files}
|
${openglblacklists_resource_files}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:windows.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "windows.json"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
@ -98,9 +92,6 @@ qt_internal_extend_target(QWindowsIntegrationPlugin CONDITION QT_FEATURE_opengl
|
|||||||
Qt::OpenGLPrivate
|
Qt::OpenGLPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 3:.:.:windows.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
|
||||||
qt_internal_extend_target(QWindowsIntegrationPlugin CONDITION QT_FEATURE_opengl AND NOT QT_FEATURE_dynamicgl
|
qt_internal_extend_target(QWindowsIntegrationPlugin CONDITION QT_FEATURE_opengl AND NOT QT_FEATURE_dynamicgl
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
opengl32
|
opengl32
|
||||||
@ -205,8 +196,6 @@ qt_internal_extend_target(QWindowsIntegrationPlugin CONDITION MINGW AND QT_FEATU
|
|||||||
uuid
|
uuid
|
||||||
)
|
)
|
||||||
|
|
||||||
# begin special case
|
|
||||||
if (MINGW)
|
if (MINGW)
|
||||||
set_source_files_properties(qwindowspointerhandler.cpp PROPERTIES SKIP_PRECOMPILE_HEADERS ON)
|
set_source_files_properties(qwindowspointerhandler.cpp PROPERTIES SKIP_PRECOMPILE_HEADERS ON)
|
||||||
endif()
|
endif()
|
||||||
# end special case
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from xcb.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## XcbQpaPrivate Module:
|
## XcbQpaPrivate Module:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -64,9 +62,7 @@ qt_internal_add_module(XcbQpaPrivate
|
|||||||
XKB::XKB
|
XKB::XKB
|
||||||
)
|
)
|
||||||
|
|
||||||
# special case begin
|
|
||||||
qt_disable_apple_app_extension_api_only(XcbQpaPrivate)
|
qt_disable_apple_app_extension_api_only(XcbQpaPrivate)
|
||||||
# special case end
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -91,12 +87,7 @@ qt_internal_extend_target(XcbQpaPrivate CONDITION QT_FEATURE_xcb_xlib
|
|||||||
qt_xlib_wrapper.c qt_xlib_wrapper.h
|
qt_xlib_wrapper.c qt_xlib_wrapper.h
|
||||||
PUBLIC_LIBRARIES
|
PUBLIC_LIBRARIES
|
||||||
X11::XCB
|
X11::XCB
|
||||||
# special case begin
|
|
||||||
# 'QMAKE_USE += xcb_xlib' in qmake implies also += xlib (aka X11)
|
|
||||||
# due to "use": "xcb xlib" in src/gui/configure.json.
|
|
||||||
# That's not yet handled by the conversion scripts unfortunately.
|
|
||||||
X11::X11
|
X11::X11
|
||||||
# special case end
|
|
||||||
)
|
)
|
||||||
|
|
||||||
qt_internal_extend_target(XcbQpaPrivate CONDITION NOT QT_FEATURE_xcb_xlib
|
qt_internal_extend_target(XcbQpaPrivate CONDITION NOT QT_FEATURE_xcb_xlib
|
||||||
@ -152,7 +143,6 @@ qt_internal_extend_target(XcbQpaPrivate CONDITION QT_FEATURE_fontconfig AND QT_F
|
|||||||
WrapFreetype::WrapFreetype
|
WrapFreetype::WrapFreetype
|
||||||
)
|
)
|
||||||
|
|
||||||
# special case begin
|
|
||||||
if(QT_FEATURE_system_xcb_xinput)
|
if(QT_FEATURE_system_xcb_xinput)
|
||||||
qt_internal_extend_target(XcbQpaPrivate LIBRARIES XCB::XINPUT)
|
qt_internal_extend_target(XcbQpaPrivate LIBRARIES XCB::XINPUT)
|
||||||
else()
|
else()
|
||||||
@ -166,7 +156,6 @@ else()
|
|||||||
"${PROJECT_SOURCE_DIR}/src/3rdparty/xcb/include"
|
"${PROJECT_SOURCE_DIR}/src/3rdparty/xcb/include"
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
# special case end
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QXcbIntegrationPlugin Plugin:
|
## QXcbIntegrationPlugin Plugin:
|
||||||
@ -175,7 +164,7 @@ endif()
|
|||||||
qt_internal_add_plugin(QXcbIntegrationPlugin
|
qt_internal_add_plugin(QXcbIntegrationPlugin
|
||||||
OUTPUT_NAME qxcb
|
OUTPUT_NAME qxcb
|
||||||
PLUGIN_TYPE platforms
|
PLUGIN_TYPE platforms
|
||||||
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES xcb # special case
|
DEFAULT_IF ${QT_QPA_DEFAULT_PLATFORM} MATCHES xcb
|
||||||
SOURCES
|
SOURCES
|
||||||
qxcbmain.cpp
|
qxcbmain.cpp
|
||||||
DEFINES
|
DEFINES
|
||||||
@ -186,16 +175,7 @@ qt_internal_add_plugin(QXcbIntegrationPlugin
|
|||||||
Qt::XcbQpaPrivate
|
Qt::XcbQpaPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 18:.:.:xcb-plugin.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "xcb.json" "README"
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
#### Keys ignored in scope 20:.:.:xcb-plugin.pro:NOT TARGET___equals____ss_QT_DEFAULT_QPA_PLUGIN:
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
add_subdirectory(gl_integrations)
|
add_subdirectory(gl_integrations)
|
||||||
if(OFF)
|
if(OFF)
|
||||||
add_subdirectory(xcb-static) # special case TODO: xcb-static sub folder
|
add_subdirectory(xcb-static) # special case TODO: xcb-static sub folder
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from gl_integrations.pro.
|
|
||||||
|
|
||||||
if(QT_FEATURE_xcb_egl_plugin)
|
if(QT_FEATURE_xcb_egl_plugin)
|
||||||
add_subdirectory(xcb_egl)
|
add_subdirectory(xcb_egl)
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,13 +1,11 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from xcb_egl.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QXcbEglIntegrationPlugin Plugin:
|
## QXcbEglIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
qt_find_package(EGL) # special case
|
qt_find_package(EGL)
|
||||||
|
|
||||||
qt_internal_add_plugin(QXcbEglIntegrationPlugin
|
qt_internal_add_plugin(QXcbEglIntegrationPlugin
|
||||||
OUTPUT_NAME qxcb-egl-integration
|
OUTPUT_NAME qxcb-egl-integration
|
||||||
@ -29,5 +27,5 @@ qt_internal_add_plugin(QXcbEglIntegrationPlugin
|
|||||||
Qt::Gui
|
Qt::Gui
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
Qt::XcbQpaPrivate
|
Qt::XcbQpaPrivate
|
||||||
EGL::EGL # special case
|
EGL::EGL
|
||||||
)
|
)
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from xcb_glx.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QXcbGlxIntegrationPlugin Plugin:
|
## QXcbGlxIntegrationPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from platformthemes.pro.
|
|
||||||
|
|
||||||
if(QT_FEATURE_dbus AND QT_FEATURE_mimetype AND QT_FEATURE_regularexpression AND UNIX AND NOT APPLE)
|
if(QT_FEATURE_dbus AND QT_FEATURE_mimetype AND QT_FEATURE_regularexpression AND UNIX AND NOT APPLE)
|
||||||
add_subdirectory(xdgdesktopportal)
|
add_subdirectory(xdgdesktopportal)
|
||||||
|
@ -1,12 +1,10 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from gtk3.pro.
|
qt_find_package(GTK3)
|
||||||
|
|
||||||
qt_find_package(GTK3) # special case
|
|
||||||
|
|
||||||
if(QT_FEATURE_xlib)
|
if(QT_FEATURE_xlib)
|
||||||
qt_find_package(X11) # special case
|
qt_find_package(X11)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -27,7 +25,7 @@ qt_internal_add_plugin(QGtk3ThemePlugin
|
|||||||
qgtk3json.cpp qgtk3json_p.h
|
qgtk3json.cpp qgtk3json_p.h
|
||||||
DEFINES
|
DEFINES
|
||||||
GDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_6
|
GDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_6
|
||||||
LIBRARIES # special case
|
LIBRARIES
|
||||||
PkgConfig::GTK3
|
PkgConfig::GTK3
|
||||||
Qt::Core
|
Qt::Core
|
||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
@ -37,8 +35,5 @@ qt_internal_add_plugin(QGtk3ThemePlugin
|
|||||||
|
|
||||||
qt_internal_extend_target(QGtk3ThemePlugin CONDITION QT_FEATURE_xlib
|
qt_internal_extend_target(QGtk3ThemePlugin CONDITION QT_FEATURE_xlib
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
X11::X11 # special case
|
X11::X11
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:gtk3.pro:<TRUE>:
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from xdgdesktopportal.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QXdgDesktopPortalThemePlugin Plugin:
|
## QXdgDesktopPortalThemePlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -22,6 +20,3 @@ qt_internal_add_plugin(QXdgDesktopPortalThemePlugin
|
|||||||
Qt::Gui
|
Qt::Gui
|
||||||
Qt::GuiPrivate
|
Qt::GuiPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:xdgdesktopportal.pro:<TRUE>:
|
|
||||||
# PLUGIN_EXTENDS = "-"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from printsupport.pro.
|
|
||||||
|
|
||||||
if(QT_FEATURE_cups AND UNIX AND NOT APPLE)
|
if(QT_FEATURE_cups AND UNIX AND NOT APPLE)
|
||||||
add_subdirectory(cups)
|
add_subdirectory(cups)
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from cups.pro.
|
qt_find_package(Cups PROVIDED_TARGETS Cups::Cups)
|
||||||
|
|
||||||
qt_find_package(Cups PROVIDED_TARGETS Cups::Cups) # special case
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QCupsPrinterSupportPlugin Plugin:
|
## QCupsPrinterSupportPlugin Plugin:
|
||||||
@ -28,7 +26,3 @@ qt_internal_add_plugin(QCupsPrinterSupportPlugin
|
|||||||
Qt::PrintSupport
|
Qt::PrintSupport
|
||||||
Qt::PrintSupportPrivate
|
Qt::PrintSupportPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:cups.pro:<TRUE>:
|
|
||||||
# MODULE = "cupsprintersupport"
|
|
||||||
# OTHER_FILES = "cups.json"
|
|
||||||
|
@ -1,9 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from sqldrivers.pro.
|
|
||||||
|
|
||||||
# special case begin
|
|
||||||
cmake_minimum_required(VERSION 3.16)
|
cmake_minimum_required(VERSION 3.16)
|
||||||
if (NOT CMAKE_PROJECT_NAME STREQUAL "QtBase" AND NOT CMAKE_PROJECT_NAME STREQUAL "Qt")
|
if (NOT CMAKE_PROJECT_NAME STREQUAL "QtBase" AND NOT CMAKE_PROJECT_NAME STREQUAL "Qt")
|
||||||
include(.cmake.conf)
|
include(.cmake.conf)
|
||||||
@ -78,4 +75,3 @@ endif()
|
|||||||
if(NOT CMAKE_PROJECT_NAME STREQUAL "QtBase" AND NOT CMAKE_PROJECT_NAME STREQUAL "Qt")
|
if(NOT CMAKE_PROJECT_NAME STREQUAL "QtBase" AND NOT CMAKE_PROJECT_NAME STREQUAL "Qt")
|
||||||
qt_print_feature_summary()
|
qt_print_feature_summary()
|
||||||
endif()
|
endif()
|
||||||
# special case end
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from db2.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QDB2DriverPlugin Plugin:
|
## QDB2DriverPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -23,9 +21,6 @@ qt_internal_add_plugin(QDB2DriverPlugin
|
|||||||
Qt::SqlPrivate
|
Qt::SqlPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:db2.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "db2.json"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from mysql.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QMYSQLDriverPlugin Plugin:
|
## QMYSQLDriverPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -23,7 +21,4 @@ qt_internal_add_plugin(QMYSQLDriverPlugin
|
|||||||
Qt::SqlPrivate
|
Qt::SqlPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:mysql.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "mysql.json"
|
|
||||||
|
|
||||||
qt_internal_force_macos_intel_arch(QMYSQLDriverPlugin)
|
qt_internal_force_macos_intel_arch(QMYSQLDriverPlugin)
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from oci.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QOCIDriverPlugin Plugin:
|
## QOCIDriverPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -23,9 +21,6 @@ qt_internal_add_plugin(QOCIDriverPlugin
|
|||||||
Qt::SqlPrivate
|
Qt::SqlPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:oci.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "oci.json"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
@ -1,13 +1,11 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from odbc.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QODBCDriverPlugin Plugin:
|
## QODBCDriverPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
qt_find_package(ODBC) # special case
|
qt_find_package(ODBC)
|
||||||
|
|
||||||
qt_internal_add_plugin(QODBCDriverPlugin
|
qt_internal_add_plugin(QODBCDriverPlugin
|
||||||
OUTPUT_NAME qsqlodbc
|
OUTPUT_NAME qsqlodbc
|
||||||
@ -25,9 +23,6 @@ qt_internal_add_plugin(QODBCDriverPlugin
|
|||||||
Qt::SqlPrivate
|
Qt::SqlPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:odbc.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "odbc.json"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
@ -1,9 +1,7 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from psql.pro.
|
qt_find_package(PostgreSQL)
|
||||||
|
|
||||||
qt_find_package(PostgreSQL) # special case
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QPSQLDriverPlugin Plugin:
|
## QPSQLDriverPlugin Plugin:
|
||||||
@ -25,9 +23,6 @@ qt_internal_add_plugin(QPSQLDriverPlugin
|
|||||||
Qt::SqlPrivate
|
Qt::SqlPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:psql.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "psql.json"
|
|
||||||
|
|
||||||
# PostgreSQL delivers header files that are not a part of PostgreSQL itself. When precompiled
|
# PostgreSQL delivers header files that are not a part of PostgreSQL itself. When precompiled
|
||||||
# headers are processed, MinGW uses 'pthread.h' from the PostgreSQL installation directory.
|
# headers are processed, MinGW uses 'pthread.h' from the PostgreSQL installation directory.
|
||||||
# As result, we disable precompile headers for the plugin.
|
# As result, we disable precompile headers for the plugin.
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from sqlite.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QSQLiteDriverPlugin Plugin:
|
## QSQLiteDriverPlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -22,10 +20,6 @@ qt_internal_add_plugin(QSQLiteDriverPlugin
|
|||||||
Qt::SqlPrivate
|
Qt::SqlPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:sqlite.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "sqlite.json"
|
|
||||||
# QT_FOR_CONFIG = "sqldrivers-private"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
@ -34,7 +28,6 @@ qt_internal_extend_target(QSQLiteDriverPlugin CONDITION QT_FEATURE_system_sqlite
|
|||||||
SQLite::SQLite3
|
SQLite::SQLite3
|
||||||
)
|
)
|
||||||
|
|
||||||
# special case begin
|
|
||||||
if (NOT QT_FEATURE_system_sqlite)
|
if (NOT QT_FEATURE_system_sqlite)
|
||||||
# On newer compilers compiling sqlite.c produces warnings
|
# On newer compilers compiling sqlite.c produces warnings
|
||||||
qt_disable_warnings(QSQLiteDriverPlugin)
|
qt_disable_warnings(QSQLiteDriverPlugin)
|
||||||
@ -43,7 +36,6 @@ endif()
|
|||||||
if(QT_FEATURE_system_sqlite)
|
if(QT_FEATURE_system_sqlite)
|
||||||
qt_internal_force_macos_intel_arch(QSQLiteDriverPlugin)
|
qt_internal_force_macos_intel_arch(QSQLiteDriverPlugin)
|
||||||
endif()
|
endif()
|
||||||
# special case end
|
|
||||||
|
|
||||||
qt_internal_extend_target(QSQLiteDriverPlugin CONDITION NOT QT_FEATURE_system_sqlite
|
qt_internal_extend_target(QSQLiteDriverPlugin CONDITION NOT QT_FEATURE_system_sqlite
|
||||||
SOURCES
|
SOURCES
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from styles.pro.
|
|
||||||
|
|
||||||
if(QT_FEATURE_style_android)
|
if(QT_FEATURE_style_android)
|
||||||
add_subdirectory(android)
|
add_subdirectory(android)
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from android.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QAndroidStylePlugin Plugin:
|
## QAndroidStylePlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -18,6 +16,3 @@ qt_internal_add_plugin(QAndroidStylePlugin
|
|||||||
Qt::Gui
|
Qt::Gui
|
||||||
Qt::WidgetsPrivate
|
Qt::WidgetsPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:android.pro:<TRUE>:
|
|
||||||
# DISTFILES = "androidstyle.json"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from mac.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QMacStylePlugin Plugin:
|
## QMacStylePlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -21,12 +19,7 @@ qt_internal_add_plugin(QMacStylePlugin
|
|||||||
Qt::WidgetsPrivate
|
Qt::WidgetsPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:mac.pro:<TRUE>:
|
|
||||||
# DISTFILES = "macstyle.json"
|
|
||||||
|
|
||||||
# special case begin
|
|
||||||
set_target_properties(QMacStylePlugin
|
set_target_properties(QMacStylePlugin
|
||||||
PROPERTIES
|
PROPERTIES
|
||||||
DISABLE_PRECOMPILE_HEADERS ON
|
DISABLE_PRECOMPILE_HEADERS ON
|
||||||
)
|
)
|
||||||
# special case end
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from windowsvista.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## QWindowsVistaStylePlugin Plugin:
|
## QWindowsVistaStylePlugin Plugin:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -25,6 +23,3 @@ qt_internal_add_plugin(QWindowsVistaStylePlugin
|
|||||||
Qt::Gui
|
Qt::Gui
|
||||||
Qt::WidgetsPrivate
|
Qt::WidgetsPrivate
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:windowsvista.pro:<TRUE>:
|
|
||||||
# DISTFILES = "windowsvistastyle.json"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from printsupport.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## PrintSupport Module:
|
## PrintSupport Module:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -44,9 +42,6 @@ qt_internal_add_module(PrintSupport
|
|||||||
"(^|/)qplatform.+\\.h$"
|
"(^|/)qplatform.+\\.h$"
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:printsupport.pro:<TRUE>:
|
|
||||||
# QMAKE_LIBS = "$$QMAKE_LIBS_PRINTSUPPORT"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from sql.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## Sql Module:
|
## Sql Module:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -40,9 +38,6 @@ qt_internal_add_module(Sql
|
|||||||
GENERATE_CPP_EXPORTS
|
GENERATE_CPP_EXPORTS
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:sql.pro:<TRUE>:
|
|
||||||
# SQL_P = "sql"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
@ -1,11 +1,7 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from testlib.pro.
|
|
||||||
|
|
||||||
# special case begin
|
|
||||||
include(selfcover.cmake)
|
include(selfcover.cmake)
|
||||||
# special case end
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## Test Module:
|
## Test Module:
|
||||||
@ -77,15 +73,9 @@ qt_internal_add_module(Test
|
|||||||
GENERATE_PRIVATE_CPP_EXPORTS
|
GENERATE_PRIVATE_CPP_EXPORTS
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:testlib.pro:<TRUE>:
|
|
||||||
# MODULE_CONFIG = "console" "testlib_defines"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
#### Keys ignored in scope 2:.:.:testlib.pro:UNIX AND NOT embedded:
|
|
||||||
# QMAKE_PKGCONFIG_DESCRIPTION = "Qt" "Unit" "Testing" "Library"
|
|
||||||
|
|
||||||
qt_internal_extend_target(Test CONDITION QT_FEATURE_itemmodeltester
|
qt_internal_extend_target(Test CONDITION QT_FEATURE_itemmodeltester
|
||||||
SOURCES
|
SOURCES
|
||||||
qabstractitemmodeltester.cpp qabstractitemmodeltester.h
|
qabstractitemmodeltester.cpp qabstractitemmodeltester.h
|
||||||
@ -135,30 +125,11 @@ set_property(TARGET Test APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS
|
|||||||
QT_TESTCASE_SOURCEDIR="$<TARGET_PROPERTY:SOURCE_DIR>"
|
QT_TESTCASE_SOURCEDIR="$<TARGET_PROPERTY:SOURCE_DIR>"
|
||||||
)
|
)
|
||||||
|
|
||||||
# special case begin
|
|
||||||
# Do not bother with disabled stuff:
|
|
||||||
# qt_internal_extend_target(Test CONDITION (MACOS) AND (OFF AND NOT lessThan(QMAKE_XCODE_VERSION, "6.0")) ...
|
|
||||||
# qt_internal_extend_target(Test CONDITION ((MACOS) AND (OFF AND NOT lessThan(QMAKE_XCODE_VERSION, "6.0"))) AND (NOT QMAKE_MAC_SDK_PLATFORM_PATH_ISEMPTY) ...
|
|
||||||
# special case end
|
|
||||||
|
|
||||||
#### Keys ignored in scope 9:.:.:testlib.pro:NOT QMAKE_MAC_SDK_PLATFORM_PATH_ISEMPTY:
|
|
||||||
# MODULE_CONFIG = "xctest"
|
|
||||||
|
|
||||||
#### Keys ignored in scope 10:.:.:testlib.pro:NOT TARGET Qt::Gui:
|
|
||||||
# HEADERSCLEAN_EXCLUDE = "qtest_gui.h" "qtestaccessible.h" "qtestkeyboard.h" "qtestmouse.h" "qtesttouch.h"
|
|
||||||
|
|
||||||
#### Keys ignored in scope 11:.:.:testlib.pro:NOT TARGET Qt::Widgets:
|
|
||||||
# HEADERSCLEAN_EXCLUDE = "qtest_widgets.h"
|
|
||||||
|
|
||||||
#### Keys ignored in scope 12:.:.:testlib.pro:NOT TARGET Qt::Network:
|
|
||||||
# HEADERSCLEAN_EXCLUDE = "qtest_network.h"
|
|
||||||
qt_internal_add_docs(Test
|
qt_internal_add_docs(Test
|
||||||
doc/qttestlib.qdocconf
|
doc/qttestlib.qdocconf
|
||||||
)
|
)
|
||||||
|
|
||||||
# special case begin
|
|
||||||
qt_internal_apply_testlib_coverage_options(Test)
|
qt_internal_apply_testlib_coverage_options(Test)
|
||||||
# special case end
|
|
||||||
|
|
||||||
# include the snippet projects for developer-builds
|
# include the snippet projects for developer-builds
|
||||||
if(QT_FEATURE_private_tests)
|
if(QT_FEATURE_private_tests)
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from androiddeployqt.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## androiddeployqt App:
|
## androiddeployqt App:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -20,7 +18,7 @@ qt_internal_add_tool(${target_name}
|
|||||||
QT_NO_CAST_TO_ASCII
|
QT_NO_CAST_TO_ASCII
|
||||||
QT_NO_FOREACH
|
QT_NO_FOREACH
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::Core # special case
|
Qt::Core
|
||||||
INCLUDE_DIRECTORIES
|
INCLUDE_DIRECTORIES
|
||||||
../shared
|
../shared
|
||||||
)
|
)
|
||||||
@ -29,9 +27,6 @@ set_target_properties(${target_name} PROPERTIES
|
|||||||
WIN32_EXECUTABLE FALSE
|
WIN32_EXECUTABLE FALSE
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:androiddeployqt.pro:<TRUE>:
|
|
||||||
# _OPTION = "host_build"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from androidtestrunner.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## androidtestrunner App:
|
## androidtestrunner App:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -27,9 +25,6 @@ set_target_properties(${target_name} PROPERTIES
|
|||||||
WIN32_EXECUTABLE FALSE
|
WIN32_EXECUTABLE FALSE
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:androidtestrunner.pro:<TRUE>:
|
|
||||||
# _OPTION = "host_build"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
@ -1,20 +1,16 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from bootstrap.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## Bootstrap Module:
|
## Bootstrap Module:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
# special case begin
|
|
||||||
# The bootstrap library has a few manual tweaks compared to other
|
# The bootstrap library has a few manual tweaks compared to other
|
||||||
# libraries.
|
# libraries.
|
||||||
qt_add_library(Bootstrap STATIC)
|
qt_add_library(Bootstrap STATIC)
|
||||||
|
|
||||||
qt_internal_add_sync_header_dependencies(Bootstrap Core)
|
qt_internal_add_sync_header_dependencies(Bootstrap Core)
|
||||||
|
|
||||||
# special case end
|
|
||||||
qt_internal_extend_target(Bootstrap
|
qt_internal_extend_target(Bootstrap
|
||||||
SOURCES
|
SOURCES
|
||||||
../../corelib/global/qassert.cpp
|
../../corelib/global/qassert.cpp
|
||||||
@ -94,12 +90,12 @@ qt_internal_extend_target(Bootstrap
|
|||||||
DEFINES
|
DEFINES
|
||||||
HAVE_CONFIG_H
|
HAVE_CONFIG_H
|
||||||
QT_TYPESAFE_FLAGS
|
QT_TYPESAFE_FLAGS
|
||||||
PUBLIC_DEFINES # special case
|
PUBLIC_DEFINES
|
||||||
QT_VERSION_MAJOR=${PROJECT_VERSION_MAJOR} # special case
|
QT_VERSION_MAJOR=${PROJECT_VERSION_MAJOR}
|
||||||
QT_VERSION_MINOR=${PROJECT_VERSION_MINOR} # special case
|
QT_VERSION_MINOR=${PROJECT_VERSION_MINOR}
|
||||||
QT_VERSION_PATCH=${PROJECT_VERSION_PATCH} # special case
|
QT_VERSION_PATCH=${PROJECT_VERSION_PATCH}
|
||||||
QT_VERSION_STR="${PROJECT_VERSION}" # special case
|
QT_VERSION_STR="${PROJECT_VERSION}"
|
||||||
QT_USE_QSTRINGBUILDER # special case
|
QT_USE_QSTRINGBUILDER
|
||||||
QT_BOOTSTRAPPED
|
QT_BOOTSTRAPPED
|
||||||
QT_NO_CAST_FROM_ASCII
|
QT_NO_CAST_FROM_ASCII
|
||||||
QT_NO_CAST_TO_ASCII
|
QT_NO_CAST_TO_ASCII
|
||||||
@ -107,20 +103,13 @@ qt_internal_extend_target(Bootstrap
|
|||||||
INCLUDE_DIRECTORIES
|
INCLUDE_DIRECTORIES
|
||||||
..
|
..
|
||||||
../../3rdparty/tinycbor/src
|
../../3rdparty/tinycbor/src
|
||||||
PUBLIC_INCLUDE_DIRECTORIES # special case
|
PUBLIC_INCLUDE_DIRECTORIES
|
||||||
$<TARGET_PROPERTY:Core,INCLUDE_DIRECTORIES> # special case
|
$<TARGET_PROPERTY:Core,INCLUDE_DIRECTORIES>
|
||||||
../../corelib/global
|
../../corelib/global
|
||||||
PUBLIC_LIBRARIES # special case
|
PUBLIC_LIBRARIES
|
||||||
Qt::Platform # special case
|
Qt::Platform
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:bootstrap.pro:<TRUE>:
|
|
||||||
# INSTALLS = "lib"
|
|
||||||
# MODULE_CONFIG = "gc_binaries"
|
|
||||||
# MODULE_INCNAME = "QtCore" "QtXml"
|
|
||||||
# _OPTION = "host_build"
|
|
||||||
# lib.CONFIG = "dummy_install"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
@ -216,7 +205,7 @@ qt_internal_extend_target(Bootstrap CONDITION CMAKE_CROSSCOMPILING OR NOT QT_FEA
|
|||||||
DEFINES
|
DEFINES
|
||||||
PCRE2_CODE_UNIT_WIDTH=16
|
PCRE2_CODE_UNIT_WIDTH=16
|
||||||
PCRE2_DISABLE_JIT
|
PCRE2_DISABLE_JIT
|
||||||
PUBLIC_INCLUDE_DIRECTORIES # special case
|
PUBLIC_INCLUDE_DIRECTORIES
|
||||||
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../../3rdparty/pcre2/src>
|
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/../../3rdparty/pcre2/src>
|
||||||
)
|
)
|
||||||
|
|
||||||
@ -235,10 +224,6 @@ qt_internal_extend_target(Bootstrap CONDITION MINGW AND WIN32
|
|||||||
uuid
|
uuid
|
||||||
)
|
)
|
||||||
|
|
||||||
#### Keys ignored in scope 22:.:../../3rdparty/pcre2:../../3rdparty/pcre2/pcre2.pri:QT_FEATURE_intelcet:
|
|
||||||
# QMAKE_CFLAGS = "$$QMAKE_CFLAGS_SHSTK"
|
|
||||||
|
|
||||||
# special case begin
|
|
||||||
target_link_libraries(Bootstrap PRIVATE PlatformCommonInternal)
|
target_link_libraries(Bootstrap PRIVATE PlatformCommonInternal)
|
||||||
qt_internal_apply_gc_binaries(Bootstrap PUBLIC)
|
qt_internal_apply_gc_binaries(Bootstrap PUBLIC)
|
||||||
set_target_properties(Bootstrap PROPERTIES AUTOMOC OFF AUTOUIC OFF AUTORCC OFF)
|
set_target_properties(Bootstrap PROPERTIES AUTOMOC OFF AUTOUIC OFF AUTORCC OFF)
|
||||||
@ -259,4 +244,3 @@ if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.20.0" AND QT_FEATURE_debug_and_release
|
|||||||
set_property(TARGET Bootstrap
|
set_property(TARGET Bootstrap
|
||||||
PROPERTY EXCLUDE_FROM_ALL "$<NOT:$<CONFIG:${QT_MULTI_CONFIG_FIRST_CONFIG}>>")
|
PROPERTY EXCLUDE_FROM_ALL "$<NOT:$<CONFIG:${QT_MULTI_CONFIG_FIRST_CONFIG}>>")
|
||||||
endif()
|
endif()
|
||||||
# special case end
|
|
||||||
|
@ -9,7 +9,7 @@ qt_get_tool_target_name(target_name cmake_automoc_parser)
|
|||||||
qt_internal_add_tool(${target_name}
|
qt_internal_add_tool(${target_name}
|
||||||
CORE_LIBRARY Bootstrap
|
CORE_LIBRARY Bootstrap
|
||||||
INSTALL_DIR "${INSTALL_LIBEXECDIR}"
|
INSTALL_DIR "${INSTALL_LIBEXECDIR}"
|
||||||
TOOLS_TARGET Core # special case
|
TOOLS_TARGET Core
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
DEFINES
|
DEFINES
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from macdeployqt.pro.
|
|
||||||
|
|
||||||
if(NOT QT_FEATURE_macdeployqt)
|
if(NOT QT_FEATURE_macdeployqt)
|
||||||
return()
|
return()
|
||||||
endif()
|
endif()
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from moc.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## moc Tool:
|
## moc Tool:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -12,7 +10,7 @@ qt_internal_add_tool(${target_name}
|
|||||||
CORE_LIBRARY Bootstrap
|
CORE_LIBRARY Bootstrap
|
||||||
TARGET_DESCRIPTION "Qt Meta Object Compiler"
|
TARGET_DESCRIPTION "Qt Meta Object Compiler"
|
||||||
INSTALL_DIR "${INSTALL_LIBEXECDIR}"
|
INSTALL_DIR "${INSTALL_LIBEXECDIR}"
|
||||||
TOOLS_TARGET Core # special case
|
TOOLS_TARGET Core
|
||||||
SOURCES
|
SOURCES
|
||||||
cbordevice.h
|
cbordevice.h
|
||||||
collectjson.cpp collectjson.h
|
collectjson.cpp collectjson.h
|
||||||
@ -38,10 +36,6 @@ qt_internal_add_tool(${target_name}
|
|||||||
)
|
)
|
||||||
qt_internal_return_unless_building_tools()
|
qt_internal_return_unless_building_tools()
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:moc.pro:<TRUE>:
|
|
||||||
# QMAKE_TARGET_DESCRIPTION = "Qt Meta Object Compiler"
|
|
||||||
# _OPTION = "host_build"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from qdbuscpp2xml.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## qdbuscpp2xml Tool:
|
## qdbuscpp2xml Tool:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -10,7 +8,7 @@
|
|||||||
qt_get_tool_target_name(target_name qdbuscpp2xml)
|
qt_get_tool_target_name(target_name qdbuscpp2xml)
|
||||||
qt_internal_add_tool(${target_name}
|
qt_internal_add_tool(${target_name}
|
||||||
TARGET_DESCRIPTION "Qt D-Bus C++ to XML Compiler"
|
TARGET_DESCRIPTION "Qt D-Bus C++ to XML Compiler"
|
||||||
TOOLS_TARGET DBus # special case
|
TOOLS_TARGET DBus
|
||||||
SOURCES
|
SOURCES
|
||||||
../moc/cbordevice.h
|
../moc/cbordevice.h
|
||||||
../moc/collectjson.cpp ../moc/collectjson.h
|
../moc/collectjson.cpp ../moc/collectjson.h
|
||||||
@ -32,22 +30,5 @@ qt_internal_add_tool(${target_name}
|
|||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
Qt::DBusPrivate
|
Qt::DBusPrivate
|
||||||
# COMPILE_OPTIONS # special case
|
|
||||||
# "$$QT_HOST_CFLAGS_DBUS"
|
|
||||||
# QMAKE_TARGET_DESCRIPTION = "Qt D-Bus C++ to XML Compiler"
|
|
||||||
# _LOADED = "qt_tool"
|
|
||||||
# _OPTION = "host_build"
|
|
||||||
)
|
)
|
||||||
qt_internal_return_unless_building_tools()
|
qt_internal_return_unless_building_tools()
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:qdbuscpp2xml.pro:<TRUE>:
|
|
||||||
# QMAKE_TARGET_DESCRIPTION = "Qt D-Bus C++ to XML Compiler"
|
|
||||||
# _OPTION = "host_build"
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
# special case begin
|
|
||||||
# qt_internal_extend_target(qdbuscpp2xml CONDITION force_bootstrap [...])
|
|
||||||
# qt_internal_extend_target(qdbuscpp2xml CONDITION NOT force_bootstrap [...])
|
|
||||||
# special case end
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from qdbusxml2cpp.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## qdbusxml2cpp Tool:
|
## qdbusxml2cpp Tool:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -10,7 +8,7 @@
|
|||||||
qt_get_tool_target_name(target_name qdbusxml2cpp)
|
qt_get_tool_target_name(target_name qdbusxml2cpp)
|
||||||
qt_internal_add_tool(${target_name}
|
qt_internal_add_tool(${target_name}
|
||||||
TARGET_DESCRIPTION "Qt D-Bus XML to C++ Compiler"
|
TARGET_DESCRIPTION "Qt D-Bus XML to C++ Compiler"
|
||||||
TOOLS_TARGET DBus # special case
|
TOOLS_TARGET DBus
|
||||||
SOURCES
|
SOURCES
|
||||||
qdbusxml2cpp.cpp
|
qdbusxml2cpp.cpp
|
||||||
DEFINES
|
DEFINES
|
||||||
@ -19,23 +17,5 @@ qt_internal_add_tool(${target_name}
|
|||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::CorePrivate
|
Qt::CorePrivate
|
||||||
Qt::DBusPrivate
|
Qt::DBusPrivate
|
||||||
# COMPILE_OPTIONS # special case
|
|
||||||
# "$$QT_HOST_CFLAGS_DBUS"
|
|
||||||
# QMAKE_TARGET_DESCRIPTION = "Qt D-Bus XML to C++ Compiler"
|
|
||||||
# _LOADED = "qt_tool"
|
|
||||||
# _OPTION = "host_build"
|
|
||||||
)
|
)
|
||||||
qt_internal_return_unless_building_tools()
|
qt_internal_return_unless_building_tools()
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:qdbusxml2cpp.pro:<TRUE>:
|
|
||||||
# QMAKE_TARGET_DESCRIPTION = "Qt D-Bus XML to C++ Compiler"
|
|
||||||
# _OPTION = "host_build"
|
|
||||||
|
|
||||||
## Scopes:
|
|
||||||
#####################################################################
|
|
||||||
|
|
||||||
# special case begin
|
|
||||||
# qt_internal_extend_target(qdbusxml2cpp CONDITION NOT force_bootstrap [...])
|
|
||||||
# qt_internal_extend_target(qdbusxml2cpp CONDITION NOT QT_FEATURE_commandlineparser AND NOT force_bootstrap [...])
|
|
||||||
# qt_internal_extend_target(qdbusxml2cpp CONDITION force_bootstrap [...])
|
|
||||||
# special case end
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from qlalr.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## qlalr Tool:
|
## qlalr Tool:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -11,7 +9,7 @@ qt_get_tool_target_name(target_name qlalr)
|
|||||||
qt_internal_add_tool(${target_name}
|
qt_internal_add_tool(${target_name}
|
||||||
TARGET_DESCRIPTION "Qt Look Ahead LR Parser Generator"
|
TARGET_DESCRIPTION "Qt Look Ahead LR Parser Generator"
|
||||||
INSTALL_DIR "${INSTALL_LIBEXECDIR}"
|
INSTALL_DIR "${INSTALL_LIBEXECDIR}"
|
||||||
TOOLS_TARGET Core # special case
|
TOOLS_TARGET Core
|
||||||
SOURCES
|
SOURCES
|
||||||
compress.cpp compress.h
|
compress.cpp compress.h
|
||||||
cppgenerator.cpp cppgenerator.h
|
cppgenerator.cpp cppgenerator.h
|
||||||
@ -24,11 +22,6 @@ qt_internal_add_tool(${target_name}
|
|||||||
DEFINES
|
DEFINES
|
||||||
QT_NO_FOREACH
|
QT_NO_FOREACH
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::Core # special case
|
Qt::Core
|
||||||
)
|
)
|
||||||
qt_internal_return_unless_building_tools()
|
qt_internal_return_unless_building_tools()
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:qlalr.pro:<TRUE>:
|
|
||||||
# OTHER_FILES = "lalr.g"
|
|
||||||
# QMAKE_TARGET_DESCRIPTION = "Qt Look Ahead LR Parser Generator"
|
|
||||||
# _OPTION = "host_build"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from qtpaths.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## qtpaths App:
|
## qtpaths App:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from qvkgen.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## qvkgen Tool:
|
## qvkgen Tool:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -11,14 +9,10 @@ qt_get_tool_target_name(target_name qvkgen)
|
|||||||
qt_internal_add_tool(${target_name}
|
qt_internal_add_tool(${target_name}
|
||||||
TARGET_DESCRIPTION "Qt Vulkan Header Generator"
|
TARGET_DESCRIPTION "Qt Vulkan Header Generator"
|
||||||
INSTALL_DIR "${INSTALL_LIBEXECDIR}"
|
INSTALL_DIR "${INSTALL_LIBEXECDIR}"
|
||||||
TOOLS_TARGET Gui # special case
|
TOOLS_TARGET Gui
|
||||||
SOURCES
|
SOURCES
|
||||||
qvkgen.cpp
|
qvkgen.cpp
|
||||||
LIBRARIES
|
LIBRARIES
|
||||||
Qt::Core # special case
|
Qt::Core
|
||||||
)
|
)
|
||||||
qt_internal_return_unless_building_tools()
|
qt_internal_return_unless_building_tools()
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:qvkgen.pro:<TRUE>:
|
|
||||||
# QMAKE_TARGET_DESCRIPTION = "Qt Vulkan Header Generator"
|
|
||||||
# _OPTION = "host_build"
|
|
||||||
|
@ -1,8 +1,6 @@
|
|||||||
# Copyright (C) 2022 The Qt Company Ltd.
|
# Copyright (C) 2022 The Qt Company Ltd.
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
|
|
||||||
# Generated from rcc.pro.
|
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
## rcc Tool:
|
## rcc Tool:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
@ -11,7 +9,7 @@ qt_get_tool_target_name(target_name rcc)
|
|||||||
qt_internal_add_tool(${target_name}
|
qt_internal_add_tool(${target_name}
|
||||||
TARGET_DESCRIPTION "Qt Resource Compiler"
|
TARGET_DESCRIPTION "Qt Resource Compiler"
|
||||||
INSTALL_DIR "${INSTALL_LIBEXECDIR}"
|
INSTALL_DIR "${INSTALL_LIBEXECDIR}"
|
||||||
TOOLS_TARGET Core # special case
|
TOOLS_TARGET Core
|
||||||
SOURCES
|
SOURCES
|
||||||
main.cpp
|
main.cpp
|
||||||
rcc.cpp rcc.h
|
rcc.cpp rcc.h
|
||||||
@ -24,10 +22,6 @@ qt_internal_add_tool(${target_name}
|
|||||||
)
|
)
|
||||||
qt_internal_return_unless_building_tools()
|
qt_internal_return_unless_building_tools()
|
||||||
|
|
||||||
#### Keys ignored in scope 1:.:.:rcc.pro:<TRUE>:
|
|
||||||
# QMAKE_TARGET_DESCRIPTION = "Qt Resource Compiler"
|
|
||||||
# _OPTION = "host_build"
|
|
||||||
|
|
||||||
## Scopes:
|
## Scopes:
|
||||||
#####################################################################
|
#####################################################################
|
||||||
|
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user