2c9529e158
We need to add these two classes at the same time, because QAnyStringView makes all QUtf8StringView relational operators moot. We might want to add some later, esp. for UTF-8/UTf-8 comparisons, to avoid the pessimization that we can't early-out on size() mismatch in QAnyStringView equality operators, but that's an optimization, not a correctness issue, and can be fixed in a source-compatible way even after Qt 6 is released. To deal with the char8_t problem in C++20, make QUtf8StringView a class template out of which two UTF-8 views can be instantiated: the Qt 7 version, which depends on C++20 char8_t as value_type, and the Qt 6 version where value_type is a char. Use inline namespaces to map the QUtf8StringView identifier to one or the other, depending on the C++ version used to compile the user code. The inline namespace names must needs be a bit ugly, as their inline'ness depends on __cpp_char8_t. If we simply used q_v1/q_v2 we'd be blocking these names for Qt inline namespaces forever, because it's likely that inline'ness of other users of inline namespaces in Qt depends on things other than __cpp_char8_t. While inline'ness of namespaces is, theoretically speaking, a compile-time-only property, at least Clang warns about mixed use of inline on a given namespace, so we need to bite the bullet here. This is also the reason for the QT_BEGIN_..._NAMESPACE macros: GCC is ok with the first declaration making a namespace inline, while Clang warns upon re-opening an inline namespace as a non-inline one. [ChangeLog][QtCore][QUtf8StringView] New class. [ChangeLog][QtCore][QAnyStringView] New class. Change-Id: Ia7179760fca0e0b67d52f5accb0a62e389b17913 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
1272 lines
46 KiB
CMake
1272 lines
46 KiB
CMake
# Generated from corelib.pro.
|
|
|
|
# special case begin
|
|
qt_find_package(Threads PROVIDED_TARGETS Threads::Threads)
|
|
qt_find_package(WrapPCRE2 PROVIDED_TARGETS WrapPCRE2::WrapPCRE2)
|
|
|
|
|
|
# compute the reverse relative path from QtCoreConfigExtras to the install prefix
|
|
# this is used in QtCoreConfigExtras to make its install paths relocatable
|
|
if(QT_WILL_INSTALL)
|
|
get_filename_component(_clean_prefix
|
|
"${QT_BUILD_INTERNALS_RELOCATABLE_INSTALL_PREFIX}/${QT_CONFIG_INSTALL_DIR}" ABSOLUTE)
|
|
else()
|
|
get_filename_component(_clean_prefix "${QT_CONFIG_BUILD_DIR}" ABSOLUTE)
|
|
endif()
|
|
file(RELATIVE_PATH QT_INVERSE_CONFIG_INSTALL_DIR
|
|
"${_clean_prefix}" "${QT_BUILD_INTERNALS_RELOCATABLE_INSTALL_PREFIX}")
|
|
|
|
if(ANDROID)
|
|
set(corelib_extra_cmake_files
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/${QT_CMAKE_EXPORT_NAMESPACE}AndroidMacros.cmake")
|
|
endif()
|
|
# special case end
|
|
|
|
#####################################################################
|
|
## Core Module:
|
|
#####################################################################
|
|
|
|
qt_add_module(Core
|
|
GENERATE_METATYPES
|
|
QMAKE_MODULE_CONFIG moc resources
|
|
EXCEPTIONS
|
|
SOURCES
|
|
global/archdetect.cpp
|
|
global/qcompilerdetection.h
|
|
global/qendian.cpp global/qendian.h global/qendian_p.h
|
|
global/qflags.h
|
|
global/qfloat16.cpp global/qfloat16.h
|
|
global/qglobal.cpp global/qglobal.h
|
|
global/qglobalstatic.h
|
|
global/qhooks.cpp global/qhooks_p.h
|
|
global/qisenum.h
|
|
global/qlibraryinfo.cpp global/qlibraryinfo.h
|
|
global/qlogging.cpp global/qlogging.h
|
|
global/qmalloc.cpp
|
|
global/qmemory_p.h
|
|
# global/qnamespace.h # special case
|
|
global/qnumeric.cpp global/qnumeric.h global/qnumeric_p.h
|
|
global/qoperatingsystemversion.cpp global/qoperatingsystemversion.h global/qoperatingsystemversion_p.h
|
|
global/qprocessordetection.h
|
|
global/qrandom.cpp global/qrandom.h global/qrandom_p.h
|
|
global/qsimd.cpp global/qsimd.h global/qsimd_p.h
|
|
global/qsysinfo.h
|
|
global/qsystemdetection.h
|
|
global/qtypeinfo.h
|
|
global/qtypetraits.h
|
|
global/qversiontagging.cpp global/qversiontagging.h # special case
|
|
io/qabstractfileengine.cpp io/qabstractfileengine_p.h
|
|
io/qbuffer.cpp io/qbuffer.h
|
|
io/qdataurl.cpp io/qdataurl_p.h
|
|
io/qdebug.cpp io/qdebug.h io/qdebug_p.h
|
|
io/qdir.cpp io/qdir.h io/qdir_p.h
|
|
io/qdiriterator.cpp io/qdiriterator.h
|
|
io/qfile.cpp io/qfile.h
|
|
io/qfiledevice.cpp io/qfiledevice.h io/qfiledevice_p.h
|
|
io/qfileinfo.cpp io/qfileinfo.h io/qfileinfo_p.h
|
|
io/qfileselector.cpp io/qfileselector.h io/qfileselector_p.h
|
|
io/qfilesystemengine.cpp io/qfilesystemengine_p.h
|
|
io/qfilesystementry.cpp io/qfilesystementry_p.h
|
|
io/qfilesystemiterator_p.h
|
|
io/qfilesystemmetadata_p.h
|
|
io/qfsfileengine.cpp io/qfsfileengine_p.h
|
|
io/qfsfileengine_iterator.cpp io/qfsfileengine_iterator_p.h
|
|
io/qiodevicebase.h
|
|
io/qiodevice.cpp io/qiodevice.h io/qiodevice_p.h
|
|
io/qipaddress.cpp io/qipaddress_p.h
|
|
io/qlockfile.cpp io/qlockfile.h io/qlockfile_p.h
|
|
io/qloggingcategory.cpp io/qloggingcategory.h
|
|
io/qloggingregistry.cpp io/qloggingregistry_p.h
|
|
io/qnoncontiguousbytedevice.cpp io/qnoncontiguousbytedevice_p.h
|
|
io/qresource.cpp io/qresource_p.h
|
|
io/qresource_iterator.cpp io/qresource_iterator_p.h
|
|
io/qsavefile.cpp io/qsavefile.h
|
|
io/qstandardpaths.cpp io/qstandardpaths.h
|
|
io/qstorageinfo.cpp io/qstorageinfo.h io/qstorageinfo_p.h
|
|
io/qtemporarydir.cpp io/qtemporarydir.h
|
|
io/qtemporaryfile.cpp io/qtemporaryfile.h io/qtemporaryfile_p.h
|
|
io/qurl.cpp io/qurl.h io/qurl_p.h
|
|
io/qurlidna.cpp
|
|
io/qurlquery.cpp io/qurlquery.h
|
|
io/qurlrecode.cpp
|
|
itemmodels/qabstractitemmodel.cpp itemmodels/qabstractitemmodel.h itemmodels/qabstractitemmodel_p.h
|
|
itemmodels/qitemselectionmodel.cpp itemmodels/qitemselectionmodel.h itemmodels/qitemselectionmodel_p.h
|
|
kernel/qabstracteventdispatcher.cpp kernel/qabstracteventdispatcher.h kernel/qabstracteventdispatcher_p.h
|
|
kernel/qabstractnativeeventfilter.cpp kernel/qabstractnativeeventfilter.h
|
|
kernel/qbasictimer.cpp kernel/qbasictimer.h
|
|
kernel/qcoreapplication.cpp kernel/qcoreapplication.h kernel/qcoreapplication_p.h
|
|
kernel/qcorecmdlineargs_p.h
|
|
kernel/qcoreevent.cpp kernel/qcoreevent.h
|
|
kernel/qcoreglobaldata.cpp kernel/qcoreglobaldata_p.h
|
|
kernel/qdeadlinetimer.cpp kernel/qdeadlinetimer.h kernel/qdeadlinetimer_p.h
|
|
kernel/qelapsedtimer.cpp kernel/qelapsedtimer.h
|
|
kernel/qeventloop.cpp kernel/qeventloop.h
|
|
kernel/qfunctions_p.h
|
|
kernel/qmath.cpp kernel/qmath.h
|
|
kernel/qmetaobject.cpp kernel/qmetaobject.h kernel/qmetaobject_p.h
|
|
kernel/qmetaobject_moc_p.h
|
|
kernel/qmetaobjectbuilder.cpp kernel/qmetaobjectbuilder_p.h
|
|
kernel/qmetatype.cpp kernel/qmetatype.h kernel/qmetatype_p.h
|
|
kernel/qmimedata.cpp kernel/qmimedata.h
|
|
# kernel/qobject.cpp kernel/qobject.h kernel/qobject_p.h # special case
|
|
kernel/qobject_impl.h
|
|
kernel/qobjectcleanuphandler.cpp kernel/qobjectcleanuphandler.h
|
|
kernel/qobjectdefs.h
|
|
kernel/qobjectdefs_impl.h
|
|
kernel/qpointer.cpp kernel/qpointer.h
|
|
kernel/qproperty.cpp kernel/qproperty.h kernel/qproperty_p.h
|
|
kernel/qpropertyprivate.h
|
|
kernel/qsharedmemory.cpp kernel/qsharedmemory.h kernel/qsharedmemory_p.h
|
|
kernel/qsignalmapper.cpp kernel/qsignalmapper.h
|
|
kernel/qsocketnotifier.cpp kernel/qsocketnotifier.h
|
|
kernel/qsystemerror.cpp kernel/qsystemerror_p.h
|
|
kernel/qsystemsemaphore.cpp kernel/qsystemsemaphore.h kernel/qsystemsemaphore_p.h
|
|
kernel/qtestsupport_core.cpp kernel/qtestsupport_core.h
|
|
kernel/qtimer.cpp kernel/qtimer.h
|
|
kernel/qtranslator.cpp kernel/qtranslator.h kernel/qtranslator_p.h
|
|
kernel/qvariant.cpp kernel/qvariant.h kernel/qvariant_p.h
|
|
plugin/qfactoryinterface.cpp plugin/qfactoryinterface.h
|
|
plugin/qfactoryloader.cpp plugin/qfactoryloader_p.h
|
|
plugin/qplugin.h plugin/qplugin_p.h
|
|
plugin/qpluginloader.cpp plugin/qpluginloader.h
|
|
plugin/quuid.cpp plugin/quuid.h
|
|
serialization/qcborarray.h
|
|
serialization/qcborcommon.cpp serialization/qcborcommon.h serialization/qcborcommon_p.h
|
|
serialization/qcbordiagnostic.cpp
|
|
serialization/qcbormap.h
|
|
serialization/qcborstream.h
|
|
serialization/qcborvalue.cpp serialization/qcborvalue.h serialization/qcborvalue_p.h
|
|
serialization/qdatastream.cpp serialization/qdatastream.h serialization/qdatastream_p.h
|
|
serialization/qjson_p.h
|
|
serialization/qjsonarray.cpp serialization/qjsonarray.h
|
|
serialization/qjsoncbor.cpp
|
|
serialization/qjsondocument.cpp serialization/qjsondocument.h
|
|
serialization/qjsonobject.cpp serialization/qjsonobject.h
|
|
serialization/qjsonparser.cpp serialization/qjsonparser_p.h
|
|
serialization/qjsonvalue.cpp serialization/qjsonvalue.h
|
|
serialization/qjsonwriter.cpp serialization/qjsonwriter_p.h
|
|
serialization/qtextstream.cpp serialization/qtextstream.h serialization/qtextstream_p.h
|
|
serialization/qxmlstream.cpp serialization/qxmlstream.h serialization/qxmlstream_p.h
|
|
serialization/qxmlstreamgrammar.cpp serialization/qxmlstreamgrammar_p.h
|
|
serialization/qxmlstreamparser_p.h
|
|
serialization/qxmlutils.cpp serialization/qxmlutils_p.h
|
|
text/qanystringview.h
|
|
text/qbytearray.cpp text/qbytearray.h text/qbytearray_p.h
|
|
text/qbytearrayalgorithms.h
|
|
text/qbytearraylist.cpp text/qbytearraylist.h
|
|
text/qbytearraymatcher.cpp text/qbytearraymatcher.h
|
|
text/qbytearrayview.h
|
|
text/qbytedata_p.h
|
|
text/qchar.h
|
|
text/qcollator.cpp text/qcollator.h text/qcollator_p.h
|
|
text/qdoublescanprint_p.h
|
|
text/qlocale.cpp text/qlocale.h text/qlocale_p.h
|
|
text/qlocale_data_p.h
|
|
text/qlocale_tools.cpp text/qlocale_tools_p.h
|
|
text/qstring.cpp text/qstring.h
|
|
text/qstringalgorithms.h text/qstringalgorithms_p.h
|
|
text/qstringbuilder.cpp text/qstringbuilder.h
|
|
text/qstringconverter.cpp text/qstringconverter.h text/qstringconverter_p.h
|
|
text/qstringiterator_p.h
|
|
text/qstringlist.cpp text/qstringlist.h
|
|
text/qstringliteral.h
|
|
text/qstringmatcher.h
|
|
text/qstringtokenizer.cpp text/qstringtokenizer.h
|
|
text/qstringview.cpp text/qstringview.h
|
|
text/qtextboundaryfinder.cpp text/qtextboundaryfinder.h
|
|
text/qunicodetables_p.h
|
|
text/qunicodetools.cpp text/qunicodetools_p.h
|
|
text/qutf8stringview.h
|
|
text/qvsnprintf.cpp
|
|
thread/qmutex.h
|
|
thread/qreadwritelock.h
|
|
thread/qrunnable.cpp thread/qrunnable.h
|
|
thread/qthread.cpp thread/qthread.h
|
|
thread/qthreadstorage.h
|
|
thread/qwaitcondition.h thread/qwaitcondition_p.h
|
|
time/qcalendar.cpp time/qcalendar.h
|
|
time/qcalendarbackend_p.h
|
|
time/qcalendarmath_p.h
|
|
time/qdatetime.cpp time/qdatetime.h time/qdatetime_p.h
|
|
time/qgregoriancalendar.cpp time/qgregoriancalendar_p.h
|
|
time/qjuliancalendar.cpp time/qjuliancalendar_p.h
|
|
time/qmilankoviccalendar.cpp time/qmilankoviccalendar_p.h
|
|
time/qromancalendar.cpp time/qromancalendar_p.h
|
|
time/qromancalendar_data_p.h
|
|
tools/qalgorithms.h
|
|
tools/qarraydata.cpp tools/qarraydata.h
|
|
tools/qarraydataops.h
|
|
tools/qarraydatapointer.h
|
|
tools/qbitarray.cpp tools/qbitarray.h
|
|
tools/qcache.h
|
|
tools/qcontainerfwd.h
|
|
tools/qcontainertools_impl.h
|
|
tools/qcontiguouscache.cpp tools/qcontiguouscache.h
|
|
tools/qcryptographichash.cpp tools/qcryptographichash.h
|
|
tools/qduplicatetracker_p.h
|
|
tools/qflatmap_p.h
|
|
tools/qfreelist.cpp tools/qfreelist_p.h
|
|
tools/qhash.cpp tools/qhash.h
|
|
tools/qhashfunctions.h
|
|
tools/qiterator.h
|
|
tools/qline.cpp tools/qline.h
|
|
tools/qlist.h
|
|
tools/qmakearray_p.h
|
|
tools/qmap.h
|
|
tools/qmargins.cpp tools/qmargins.h
|
|
tools/qmessageauthenticationcode.cpp tools/qmessageauthenticationcode.h
|
|
tools/qoffsetstringarray_p.h
|
|
tools/qpair.h
|
|
tools/qpoint.cpp tools/qpoint.h
|
|
tools/qqueue.h
|
|
tools/qrect.cpp tools/qrect.h
|
|
tools/qrefcount.cpp tools/qrefcount.h
|
|
tools/qringbuffer.cpp tools/qringbuffer_p.h
|
|
tools/qscopedpointer.h tools/qscopedpointer_p.h
|
|
tools/qscopedvaluerollback.h
|
|
tools/qscopeguard.h
|
|
tools/qset.h
|
|
tools/qshareddata.cpp tools/qshareddata.h
|
|
tools/qshareddata_impl.h
|
|
tools/qsharedpointer.cpp tools/qsharedpointer.h
|
|
tools/qsharedpointer_impl.h
|
|
tools/qsize.cpp tools/qsize.h
|
|
tools/qstack.h
|
|
tools/qtaggedpointer.h
|
|
tools/qtools_p.h
|
|
tools/qvarlengtharray.h
|
|
tools/qvector.h
|
|
tools/qversionnumber.cpp tools/qversionnumber.h
|
|
DEFINES
|
|
QT_NO_FOREACH
|
|
QT_NO_USING_NAMESPACE
|
|
INCLUDE_DIRECTORIES
|
|
"${CMAKE_CURRENT_BINARY_DIR}/global" # special case
|
|
# ../3rdparty/md4 # special case remove
|
|
# ../3rdparty/md5 # special case remove
|
|
# ../3rdparty/sha3 # special case remove
|
|
../3rdparty/tinycbor/src
|
|
LIBRARIES
|
|
Qt::GlobalConfigPrivate # special case
|
|
PRECOMPILED_HEADER
|
|
"global/qt_pch.h"
|
|
PUBLIC_LIBRARIES # special case:
|
|
Qt::Platform # special case:
|
|
# special case begin
|
|
# Generated in QtBaseGlobalTargets
|
|
EXTRA_CMAKE_FILES
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/Qt6CTestMacros.cmake"
|
|
${corelib_extra_cmake_files}
|
|
# special case end
|
|
)
|
|
|
|
# special case begin
|
|
add_dependencies(Core qmodule_pri)
|
|
add_dependencies(Core ${QT_CMAKE_EXPORT_NAMESPACE}::moc)
|
|
add_dependencies(Core ${QT_CMAKE_EXPORT_NAMESPACE}::rcc)
|
|
add_dependencies(CorePrivate ${QT_CMAKE_EXPORT_NAMESPACE}::moc)
|
|
add_dependencies(CorePrivate ${QT_CMAKE_EXPORT_NAMESPACE}::rcc)
|
|
|
|
if (QT_NAMESPACE STREQUAL "")
|
|
else()
|
|
target_compile_definitions(Core PUBLIC "QT_NAMESPACE=${QT_NAMESPACE}")
|
|
endif()
|
|
|
|
qt_generate_qconfig_cpp()
|
|
|
|
# Handle qtConfig(thread): CONFIG += thread like in qt.prf.
|
|
# Aka if the feature is enabled, publically link against the threading library.
|
|
# This also ensures the link flag is in the .prl file.
|
|
if(QT_FEATURE_thread)
|
|
target_link_libraries(Platform INTERFACE Threads::Threads)
|
|
endif()
|
|
|
|
# Handle QObject: Automoc does not work for this as it would
|
|
# require to spill internals into users:
|
|
qt_add_module(Core_qobject STATIC
|
|
NO_SYNC_QT
|
|
NO_CONFIG_HEADER_FILE
|
|
NO_MODULE_HEADERS
|
|
INTERNAL_MODULE
|
|
SKIP_DEPENDS_INCLUDE
|
|
)
|
|
set_target_properties(Core_qobject PROPERTIES AUTOMOC OFF)
|
|
qt_manual_moc(qobject_moc_files OUTPUT_MOC_JSON_FILES core_qobject_metatypes_json_list kernel/qobject.h global/qnamespace.h)
|
|
set_source_files_properties(${qobject_moc_files} PROPERTIES HEADER_FILE_ONLY ON)
|
|
target_sources(Core_qobject PRIVATE
|
|
global/qnamespace.h
|
|
kernel/qobject.cpp kernel/qobject.h kernel/qobject_p.h ${qobject_moc_files})
|
|
set_target_properties(Core_qobject PROPERTIES
|
|
COMPILE_OPTIONS $<TARGET_PROPERTY:Core,COMPILE_OPTIONS>
|
|
COMPILE_DEFINITIONS $<TARGET_PROPERTY:Core,COMPILE_DEFINITIONS>
|
|
INCLUDE_DIRECTORIES $<TARGET_PROPERTY:Core,INCLUDE_DIRECTORIES>
|
|
)
|
|
target_include_directories(Core_qobject PRIVATE "${CMAKE_CURRENT_BINARY_DIR}/kernel") # for moc_qobject.cpp
|
|
target_link_libraries(Core_qobject PRIVATE Qt::Platform Qt::GlobalConfig)
|
|
extend_target(Core LIBRARIES Qt::Core_qobject)
|
|
add_dependencies(Core_qobject ${QT_CMAKE_EXPORT_NAMESPACE}::moc)
|
|
|
|
set(core_qobject_metatypes_json_args)
|
|
if (NOT QT_WILL_INSTALL)
|
|
set(core_qobject_metatypes_json_args INSTALL_DIR "${QT_BUILD_DIR}/${INSTALL_LIBDIR}/metatypes")
|
|
endif()
|
|
|
|
qt6_generate_meta_types_json_file(Core_qobject
|
|
MANUAL_MOC_JSON_FILES ${core_qobject_metatypes_json_list}
|
|
${core_qobject_metatypes_json_args}
|
|
)
|
|
|
|
# Core_qobject is never exported so we need to duplicate the metatypes file
|
|
# interface on Core
|
|
get_target_property(core_qobject_metatypes_file_genex_build Core_qobject QT_MODULE_META_TYPES_FILE_GENEX_BUILD)
|
|
get_target_property(core_qobject_metatypes_file_genex_install Core_qobject QT_MODULE_META_TYPES_FILE_GENEX_INSTALL)
|
|
target_sources(Core INTERFACE
|
|
${core_qobject_metatypes_file_genex_build}
|
|
${core_qobject_metatypes_file_genex_install}
|
|
)
|
|
|
|
set_property(TARGET Core APPEND PROPERTY
|
|
PUBLIC_HEADER "${CMAKE_CURRENT_BINARY_DIR}/global/qconfig.h")
|
|
set_property(TARGET Core APPEND PROPERTY
|
|
PRIVATE_HEADER "${CMAKE_CURRENT_BINARY_DIR}/global/qconfig_p.h")
|
|
|
|
# Find ELF interpreter and define a macro for that:
|
|
if (LINUX AND NOT CMAKE_CROSSCOMPILING AND BUILD_SHARED_LIBS)
|
|
if (NOT DEFINED ELF_INTERPRETER)
|
|
execute_process(COMMAND ${CMAKE_COMMAND} -E env LC_ALL=C readelf -l /bin/ls
|
|
RESULT_VARIABLE readelf_ok
|
|
OUTPUT_VARIABLE readelf_output
|
|
)
|
|
if ("${readelf_ok}" STREQUAL "0"
|
|
AND "${readelf_output}" MATCHES "program interpreter: (.*)]")
|
|
set(ELF_INTERPRETER "${CMAKE_MATCH_1}" CACHE INTERNAL "ELF interpreter location")
|
|
else()
|
|
set(ELF_INTERPRETER "" CACHE INTERNAL "ELF interpreter location")
|
|
endif()
|
|
endif()
|
|
if (ELF_INTERPRETER)
|
|
target_link_options(Core PRIVATE "-Wl,-e,qt_core_boilerplate")
|
|
target_compile_definitions(Core PRIVATE ELF_INTERPRETER="${ELF_INTERPRETER}")
|
|
endif()
|
|
endif()
|
|
# special case end
|
|
|
|
qt_add_simd_part(Core SIMD mips_dsp
|
|
SOURCES
|
|
../gui/painting/qt_mips_asm_dsp_p.h
|
|
text/qstring_mips_dsp_asm.S
|
|
)
|
|
|
|
if(QT_FEATURE_reduce_relocations AND UNIX AND GCC)
|
|
target_link_options(Core PRIVATE
|
|
"LINKER:--dynamic-list=${CMAKE_CURRENT_LIST_DIR}/QtCore.dynlist")
|
|
endif()
|
|
|
|
if(ANDROID)
|
|
set_property(TARGET Core APPEND PROPERTY QT_ANDROID_BUNDLED_JAR_DEPENDENCIES
|
|
jar/QtAndroid.jar
|
|
)
|
|
set_property(TARGET Core APPEND PROPERTY QT_ANDROID_LIB_DEPENDENCIES
|
|
plugins/platforms/libplugins_platforms_qtforandroid.so
|
|
)
|
|
set_property(TARGET Core APPEND PROPERTY QT_ANDROID_PERMISSIONS
|
|
android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE
|
|
)
|
|
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_DSYM_DEBUG_SCRIPT = "$$PWD/debug_script.py"
|
|
# 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:
|
|
#####################################################################
|
|
|
|
#### 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_extend_target(Core CONDITION NOT QT_NAMESPACE_ISEMPTY
|
|
# PUBLIC_DEFINES
|
|
# QT_NAMESPACE=
|
|
#)
|
|
# special case end
|
|
|
|
qt_extend_target(Core CONDITION ANDROID
|
|
SOURCES
|
|
kernel/qsharedmemory_android.cpp
|
|
kernel/qsystemsemaphore_android.cpp
|
|
DEFINES
|
|
LIBS_SUFFIX="_${ANDROID_ABI}.so" # special case
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION MSVC AND (TEST_architecture_arch STREQUAL "i386")
|
|
LINK_OPTIONS
|
|
"/BASE:0x67000000"
|
|
)
|
|
|
|
#### Keys ignored in scope 6:.:.:corelib.pro:FREEBSD OR OPENBSD:
|
|
# QMAKE_LFLAGS_NOUNDEF = <EMPTY>
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_animation
|
|
SOURCES
|
|
animation/qabstractanimation.cpp animation/qabstractanimation.h animation/qabstractanimation_p.h
|
|
animation/qanimationgroup.cpp animation/qanimationgroup.h animation/qanimationgroup_p.h
|
|
animation/qparallelanimationgroup.cpp animation/qparallelanimationgroup.h animation/qparallelanimationgroup_p.h
|
|
animation/qpauseanimation.cpp animation/qpauseanimation.h
|
|
animation/qpropertyanimation.cpp animation/qpropertyanimation.h animation/qpropertyanimation_p.h
|
|
animation/qsequentialanimationgroup.cpp animation/qsequentialanimationgroup.h animation/qsequentialanimationgroup_p.h
|
|
animation/qvariantanimation.cpp animation/qvariantanimation.h animation/qvariantanimation_p.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION WIN32
|
|
SOURCES
|
|
global/qoperatingsystemversion_win.cpp global/qoperatingsystemversion_win_p.h
|
|
io/qfilesystemengine_win.cpp
|
|
io/qfsfileengine_win.cpp
|
|
io/qlockfile_win.cpp
|
|
io/qstandardpaths_win.cpp
|
|
io/qstorageinfo_win.cpp
|
|
io/qwindowspipereader.cpp io/qwindowspipereader_p.h
|
|
io/qwindowspipewriter.cpp io/qwindowspipewriter_p.h
|
|
kernel/qcoreapplication_win.cpp
|
|
kernel/qelapsedtimer_win.cpp
|
|
kernel/qeventdispatcher_win.cpp kernel/qeventdispatcher_win_p.h
|
|
kernel/qfunctions_winrt_p.h
|
|
kernel/qsharedmemory_win.cpp
|
|
kernel/qsystemsemaphore_win.cpp
|
|
kernel/qwineventnotifier.cpp kernel/qwineventnotifier.h kernel/qwineventnotifier_p.h
|
|
kernel/qwinregistry.cpp kernel/qwinregistry_p.h
|
|
plugin/qsystemlibrary.cpp plugin/qsystemlibrary_p.h
|
|
thread/qatomic_msvc.h
|
|
thread/qthread_win.cpp
|
|
# DEFINES # special case: remove
|
|
LIBRARIES
|
|
advapi32
|
|
kernel32
|
|
netapi32
|
|
ole32
|
|
shell32
|
|
user32
|
|
uuid
|
|
version
|
|
winmm
|
|
ws2_32
|
|
PUBLIC_LIBRARIES
|
|
mpr
|
|
userenv
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION APPLE
|
|
SOURCES
|
|
global/qoperatingsystemversion_darwin.mm
|
|
io/qfilesystemengine_mac.mm
|
|
io/qstandardpaths_mac.mm
|
|
io/qstorageinfo_mac.cpp
|
|
kernel/qcfsocketnotifier.cpp kernel/qcfsocketnotifier_p.h
|
|
kernel/qcore_foundation.mm
|
|
kernel/qcore_mac.mm kernel/qcore_mac_p.h
|
|
kernel/qcoreapplication_mac.cpp
|
|
kernel/qeventdispatcher_cf.mm kernel/qeventdispatcher_cf_p.h
|
|
LIBRARIES
|
|
${FWCoreFoundation}
|
|
${FWFoundation}
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION MACOS
|
|
LIBRARIES
|
|
${FWAppKit}
|
|
${FWApplicationServices}
|
|
${FWCoreServices}
|
|
${FWSecurity}
|
|
PUBLIC_LIBRARIES
|
|
${FWDiskArbitration}
|
|
${FWIOKit}
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION INTEGRITY
|
|
LIBRARIES
|
|
ivfs
|
|
net
|
|
posix
|
|
shm_client
|
|
socket
|
|
COMPILE_OPTIONS
|
|
--pending_instantiations=128
|
|
)
|
|
|
|
#### 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"
|
|
|
|
#### Keys ignored in scope 20:.:global:global/global.pri:QT_CPU_FEATURES__ss_QT_ARCH___contains___f16c:
|
|
# f16c_cxx = "true"
|
|
|
|
#### Keys ignored in scope 22:.:global:global/global.pri:CLANG OR intel_icl OR ICC:
|
|
# f16c_cxx = "false"
|
|
|
|
#### Keys ignored in scope 24:.:global:global/global.pri:GCC AND f16c AND x86SimdAlways:
|
|
# f16c_cxx = "true"
|
|
|
|
#### Keys ignored in scope 26:.:global:global/global.pri:MSVC AND QT_CPU_FEATURES__ss_QT_ARCH___contains___avx:
|
|
# f16c_cxx = "true"
|
|
|
|
#### Keys ignored in scope 27:.:global:global/global.pri:else:
|
|
# f16c_cxx = "false"
|
|
|
|
# extend_target(Core CONDITION _ss_f16c_cxx ... # special case remove: Handled manually
|
|
|
|
# special case begin
|
|
# Remove this because it's handled manually
|
|
#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_extend_target(Core CONDITION LINUX AND NOT static
|
|
SOURCES
|
|
global/minimum-linux_p.h
|
|
)
|
|
|
|
#### Keys ignored in scope 34:.:global:global/global.pri:precompile_header:
|
|
# NO_PCH_ASM = "global/minimum-linux.S"
|
|
# QMAKE_EXTRA_COMPILERS = "no_pch_assembler"
|
|
# no_pch_assembler.commands = "$$QMAKE_CC" "-c" "$(CFLAGS)" "$(INCPATH)" "${QMAKE_FILE_IN}" "-o" "${QMAKE_FILE_OUT}"
|
|
# no_pch_assembler.dependency_type = "TYPE_C"
|
|
# no_pch_assembler.input = "NO_PCH_ASM"
|
|
# no_pch_assembler.name = "compiling[no_pch]" "${QMAKE_FILE_IN}"
|
|
# no_pch_assembler.output = "${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${firstQMAKE_EXT_OBJ}"
|
|
|
|
#### Keys ignored in scope 35:.:global:global/global.pri:silent:
|
|
# no_pch_assembler.commands = "@echo" "compiling[no_pch]" "${QMAKE_FILE_IN}" "&&"
|
|
|
|
qt_extend_target(Core CONDITION LINUX AND NOT precompile_header AND NOT static
|
|
SOURCES
|
|
global/minimum-linux.S
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_slog2
|
|
LIBRARIES
|
|
Slog2::Slog2
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_journald
|
|
LIBRARIES
|
|
PkgConfig::Libsystemd
|
|
)
|
|
|
|
#### Keys ignored in scope 39:.:global:global/global.pri:GCC AND ltcg:
|
|
# QMAKE_EXTRA_COMPILERS = "versiontagging_compiler"
|
|
# versiontagging_compiler.commands = "$$QMAKE_CXX" "-c" "$(CXXFLAGS)" "$(INCPATH)" "-fno-lto" "-o" "${QMAKE_FILE_OUT}" "${QMAKE_FILE_IN}"
|
|
# versiontagging_compiler.dependency_type = "TYPE_C"
|
|
# versiontagging_compiler.input = "VERSIONTAGGING_SOURCES"
|
|
# versiontagging_compiler.name = "compiling[versiontagging]" "${QMAKE_FILE_IN}"
|
|
# versiontagging_compiler.output = "${QMAKE_VAR_OBJECTS_DIR}${QMAKE_FILE_BASE}$${firstQMAKE_EXT_OBJ}"
|
|
# versiontagging_compiler.variable_out = "OBJECTS"
|
|
|
|
#### Keys ignored in scope 40:.:global:global/global.pri:silent:
|
|
# versiontagging_compiler.commands = "@echo" "compiling[versiontagging]" "${QMAKE_FILE_IN}" "&&"
|
|
|
|
qt_extend_target(Core CONDITION NOT GCC OR NOT ltcg
|
|
SOURCES
|
|
global/qversiontagging.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION UNIX
|
|
SOURCES
|
|
io/qfilesystemengine_unix.cpp
|
|
io/qfilesystemiterator_unix.cpp
|
|
io/qfsfileengine_unix.cpp
|
|
io/qlockfile_unix.cpp
|
|
kernel/qcore_unix.cpp kernel/qcore_unix_p.h
|
|
kernel/qeventdispatcher_unix.cpp kernel/qeventdispatcher_unix_p.h
|
|
kernel/qpoll_p.h
|
|
kernel/qtimerinfo_unix.cpp kernel/qtimerinfo_unix_p.h
|
|
thread/qthread_unix.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_thread
|
|
SOURCES
|
|
thread/qatomic.cpp thread/qatomic.h
|
|
thread/qatomic_bootstrap.h
|
|
thread/qatomic_cxx11.h
|
|
thread/qbasicatomic.h
|
|
thread/qfutex_p.h
|
|
thread/qgenericatomic.h
|
|
thread/qlocking_p.h
|
|
thread/qmutex.cpp thread/qmutex_p.h
|
|
thread/qorderedmutexlocker_p.h
|
|
thread/qreadwritelock.cpp thread/qreadwritelock_p.h
|
|
thread/qsemaphore.cpp thread/qsemaphore.h
|
|
thread/qthread_p.h
|
|
thread/qthreadpool.cpp thread/qthreadpool.h thread/qthreadpool_p.h
|
|
thread/qthreadstorage.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_thread AND WIN32
|
|
SOURCES
|
|
thread/qmutex_win.cpp
|
|
thread/qwaitcondition_win.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_thread AND UNIX
|
|
SOURCES
|
|
thread/qwaitcondition_unix.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION APPLE AND QT_FEATURE_thread
|
|
SOURCES
|
|
thread/qmutex_mac.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION LINUX AND QT_FEATURE_thread
|
|
SOURCES
|
|
thread/qmutex_linux.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_thread AND UNIX AND NOT APPLE AND NOT LINUX
|
|
SOURCES
|
|
thread/qmutex_unix.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_future
|
|
SOURCES
|
|
thread/qexception.cpp thread/qexception.h
|
|
thread/qfuture.h
|
|
thread/qfuture_impl.h
|
|
thread/qfutureinterface.cpp thread/qfutureinterface.h thread/qfutureinterface_p.h
|
|
thread/qfuturesynchronizer.h
|
|
thread/qfuturewatcher.cpp thread/qfuturewatcher.h thread/qfuturewatcher_p.h
|
|
thread/qpromise.h
|
|
thread/qresultstore.cpp thread/qresultstore.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_std_atomic64
|
|
PUBLIC_LIBRARIES
|
|
WrapAtomic::WrapAtomic
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION ICC
|
|
COMPILE_OPTIONS
|
|
-fp-model
|
|
strict
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION MSVC
|
|
SOURCES
|
|
tools/qvector_msvc.cpp
|
|
NO_PCH_SOURCES
|
|
"tools/qvector_msvc.cpp"
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_system_zlib
|
|
LIBRARIES
|
|
ZLIB::ZLIB
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION NOT QT_FEATURE_system_zlib
|
|
SOURCES
|
|
../3rdparty/zlib/src/adler32.c
|
|
../3rdparty/zlib/src/compress.c
|
|
../3rdparty/zlib/src/crc32.c
|
|
../3rdparty/zlib/src/deflate.c
|
|
../3rdparty/zlib/src/gzclose.c
|
|
../3rdparty/zlib/src/gzlib.c
|
|
../3rdparty/zlib/src/gzread.c
|
|
../3rdparty/zlib/src/gzwrite.c
|
|
../3rdparty/zlib/src/infback.c
|
|
../3rdparty/zlib/src/inffast.c
|
|
../3rdparty/zlib/src/inflate.c
|
|
../3rdparty/zlib/src/inftrees.c
|
|
../3rdparty/zlib/src/trees.c
|
|
../3rdparty/zlib/src/uncompr.c
|
|
../3rdparty/zlib/src/zutil.c
|
|
INCLUDE_DIRECTORIES
|
|
../3rdparty/zlib/src
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_commandlineparser
|
|
SOURCES
|
|
tools/qcommandlineoption.cpp tools/qcommandlineoption.h
|
|
tools/qcommandlineparser.cpp tools/qcommandlineparser.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_system_doubleconversion
|
|
LIBRARIES
|
|
WrapDoubleConversion::WrapDoubleConversion
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_doubleconversion AND NOT QT_FEATURE_system_doubleconversion
|
|
SOURCES
|
|
../3rdparty/double-conversion/bignum.cc ../3rdparty/double-conversion/bignum.h
|
|
../3rdparty/double-conversion/bignum-dtoa.cc ../3rdparty/double-conversion/bignum-dtoa.h
|
|
../3rdparty/double-conversion/cached-powers.cc ../3rdparty/double-conversion/cached-powers.h
|
|
../3rdparty/double-conversion/diy-fp.cc ../3rdparty/double-conversion/diy-fp.h
|
|
../3rdparty/double-conversion/double-conversion.cc
|
|
../3rdparty/double-conversion/fast-dtoa.cc ../3rdparty/double-conversion/fast-dtoa.h
|
|
../3rdparty/double-conversion/fixed-dtoa.cc ../3rdparty/double-conversion/fixed-dtoa.h
|
|
../3rdparty/double-conversion/ieee.h
|
|
../3rdparty/double-conversion/include/double-conversion/double-conversion.h
|
|
../3rdparty/double-conversion/include/double-conversion/utils.h
|
|
../3rdparty/double-conversion/strtod.cc ../3rdparty/double-conversion/strtod.h
|
|
INCLUDE_DIRECTORIES
|
|
../3rdparty/double-conversion/..
|
|
../3rdparty/double-conversion/include
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_system_libb2
|
|
LIBRARIES
|
|
PkgConfig::Libb2
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_easingcurve
|
|
SOURCES
|
|
tools/qeasingcurve.cpp tools/qeasingcurve.h
|
|
tools/qtimeline.cpp tools/qtimeline.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION UNIX AND NOT HAIKU AND NOT INTEGRITY AND NOT VXWORKS AND NOT WASM AND (NOT ICC OR NOT MACOS)
|
|
LIBRARIES
|
|
m
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION APPLE AND NOT NACL
|
|
SOURCES
|
|
kernel/qelapsedtimer_mac.cpp
|
|
text/qlocale_mac.mm
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION UNIX AND (NACL OR NOT APPLE)
|
|
SOURCES
|
|
text/qlocale_unix.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION WIN32 AND (NACL OR NOT APPLE)
|
|
SOURCES
|
|
text/qlocale_win.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_icu
|
|
SOURCES
|
|
text/qcollator_icu.cpp
|
|
text/qlocale_icu.cpp
|
|
LIBRARIES
|
|
ICU::i18n ICU::uc ICU::data
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION WIN32 AND NOT QT_FEATURE_icu
|
|
SOURCES
|
|
text/qcollator_win.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION MACOS AND NOT QT_FEATURE_icu
|
|
SOURCES
|
|
text/qcollator_macx.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION UNIX AND NOT MACOS AND NOT QT_FEATURE_icu
|
|
SOURCES
|
|
text/qcollator_posix.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_regularexpression
|
|
SOURCES
|
|
text/qregularexpression.cpp text/qregularexpression.h
|
|
LIBRARIES
|
|
WrapPCRE2::WrapPCRE2
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_hijricalendar
|
|
SOURCES
|
|
time/qhijricalendar.cpp time/qhijricalendar_p.h
|
|
time/qhijricalendar_data_p.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_islamiccivilcalendar
|
|
SOURCES
|
|
time/qislamiccivilcalendar.cpp time/qislamiccivilcalendar_p.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_jalalicalendar
|
|
SOURCES
|
|
time/qjalalicalendar.cpp time/qjalalicalendar_p.h
|
|
time/qjalalicalendar_data_p.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_timezone
|
|
SOURCES
|
|
time/qtimezone.cpp time/qtimezone.h
|
|
time/qtimezoneprivate.cpp time/qtimezoneprivate_p.h
|
|
time/qtimezoneprivate_data_p.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION APPLE AND QT_FEATURE_timezone AND NOT NACL
|
|
SOURCES
|
|
time/qtimezoneprivate_mac.mm
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION ANDROID AND QT_FEATURE_timezone AND NOT ANDROID_EMBEDDED AND (NACL OR NOT APPLE)
|
|
SOURCES
|
|
time/qtimezoneprivate_android.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_timezone AND UNIX AND (ANDROID_EMBEDDED OR NOT ANDROID) AND (NACL OR NOT APPLE)
|
|
SOURCES
|
|
time/qtimezoneprivate_tz.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_icu AND QT_FEATURE_timezone AND UNIX AND (ANDROID_EMBEDDED OR NOT ANDROID) AND (NACL OR NOT APPLE)
|
|
SOURCES
|
|
time/qtimezoneprivate_icu.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_icu AND QT_FEATURE_timezone AND WIN32 AND (ANDROID_EMBEDDED OR NOT ANDROID) AND (NACL OR NOT APPLE)
|
|
SOURCES
|
|
time/qtimezoneprivate_icu.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_timezone AND WIN32 AND NOT QT_FEATURE_icu AND (ANDROID_EMBEDDED OR NOT ANDROID) AND (NACL OR NOT APPLE)
|
|
SOURCES
|
|
time/qtimezoneprivate_win.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_datetimeparser
|
|
SOURCES
|
|
time/qdatetimeparser.cpp time/qdatetimeparser_p.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_zstd
|
|
LIBRARIES
|
|
ZSTD::ZSTD
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_filesystemwatcher
|
|
SOURCES
|
|
io/qfilesystemwatcher.cpp io/qfilesystemwatcher.h io/qfilesystemwatcher_p.h
|
|
io/qfilesystemwatcher_polling.cpp io/qfilesystemwatcher_polling_p.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_filesystemwatcher AND WIN32
|
|
SOURCES
|
|
io/qfilesystemwatcher_win.cpp io/qfilesystemwatcher_win_p.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION MACOS AND QT_FEATURE_filesystemwatcher
|
|
SOURCES
|
|
io/qfilesystemwatcher_fsevents.mm io/qfilesystemwatcher_fsevents_p.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_filesystemwatcher AND QT_FEATURE_inotify AND UNIX AND NOT MACOS
|
|
SOURCES
|
|
io/qfilesystemwatcher_inotify.cpp io/qfilesystemwatcher_inotify_p.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_filesystemwatcher AND UNIX AND NOT MACOS AND NOT QT_FEATURE_inotify AND (APPLE OR FREEBSD OR NETBSD OR OPENBSD)
|
|
SOURCES
|
|
io/qfilesystemwatcher_kqueue.cpp io/qfilesystemwatcher_kqueue_p.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_processenvironment
|
|
SOURCES
|
|
io/qprocess.cpp io/qprocess.h io/qprocess_p.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_processenvironment AND WIN32
|
|
SOURCES
|
|
io/qprocess_win.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_processenvironment AND UNIX
|
|
SOURCES
|
|
io/qprocess_unix.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_settings
|
|
SOURCES
|
|
io/qsettings.cpp io/qsettings.h io/qsettings_p.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_settings AND WIN32
|
|
SOURCES
|
|
io/qsettings_win.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION APPLE AND QT_FEATURE_settings AND NOT NACL
|
|
SOURCES
|
|
io/qsettings_mac.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_settings AND WASM
|
|
SOURCES
|
|
io/qsettings_wasm.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_filesystemiterator AND WIN32
|
|
SOURCES
|
|
io/qfilesystemiterator_win.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_process AND UNIX
|
|
SOURCES
|
|
../3rdparty/forkfd/forkfd.h
|
|
io/forkfd_qt.cpp
|
|
INCLUDE_DIRECTORIES
|
|
../3rdparty/forkfd
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION APPLE AND QT_FEATURE_processenvironment
|
|
SOURCES
|
|
io/qprocess_darwin.mm
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION APPLE AND NOT MACOS
|
|
PUBLIC_LIBRARIES
|
|
${FWMobileCoreServices}
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION ANDROID AND NOT ANDROID_EMBEDDED
|
|
SOURCES
|
|
io/qstandardpaths_android.cpp
|
|
io/qstorageinfo_unix.cpp
|
|
kernel/qjni.cpp kernel/qjni_p.h
|
|
kernel/qjnihelpers.cpp kernel/qjnihelpers_p.h
|
|
kernel/qjnionload.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION HAIKU AND (ANDROID_EMBEDDED OR NOT ANDROID)
|
|
SOURCES
|
|
io/qstandardpaths_haiku.cpp
|
|
io/qstorageinfo_unix.cpp
|
|
PUBLIC_LIBRARIES
|
|
be
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION UNIX AND NOT APPLE AND NOT HAIKU AND (ANDROID_EMBEDDED OR NOT ANDROID)
|
|
SOURCES
|
|
io/qstandardpaths_unix.cpp
|
|
io/qstorageinfo_unix.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_proxymodel
|
|
SOURCES
|
|
itemmodels/qabstractproxymodel.cpp itemmodels/qabstractproxymodel.h itemmodels/qabstractproxymodel_p.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_concatenatetablesproxymodel AND QT_FEATURE_proxymodel
|
|
SOURCES
|
|
itemmodels/qconcatenatetablesproxymodel.cpp itemmodels/qconcatenatetablesproxymodel.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_identityproxymodel AND QT_FEATURE_proxymodel
|
|
SOURCES
|
|
itemmodels/qidentityproxymodel.cpp itemmodels/qidentityproxymodel.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_proxymodel AND QT_FEATURE_sortfilterproxymodel
|
|
SOURCES
|
|
itemmodels/qsortfilterproxymodel.cpp itemmodels/qsortfilterproxymodel.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_proxymodel AND QT_FEATURE_transposeproxymodel
|
|
SOURCES
|
|
itemmodels/qtransposeproxymodel.cpp itemmodels/qtransposeproxymodel.h itemmodels/qtransposeproxymodel_p.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_stringlistmodel
|
|
SOURCES
|
|
itemmodels/qstringlistmodel.cpp itemmodels/qstringlistmodel.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_library
|
|
SOURCES
|
|
plugin/qelfparser_p.cpp plugin/qelfparser_p.h
|
|
plugin/qlibrary.cpp plugin/qlibrary.h plugin/qlibrary_p.h
|
|
plugin/qmachparser.cpp plugin/qmachparser_p.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_library AND UNIX
|
|
SOURCES
|
|
plugin/qlibrary_unix.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_library AND WIN32
|
|
SOURCES
|
|
plugin/qlibrary_win.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_dlopen AND QT_FEATURE_library
|
|
LIBRARIES
|
|
${CMAKE_DL_LIBS}
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION APPLE AND (IOS OR TVOS)
|
|
LIBRARIES
|
|
${FWUIKit}
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION WATCHOS
|
|
LIBRARIES
|
|
${FWWatchKit}
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION NACL
|
|
SOURCES
|
|
kernel/qfunctions_nacl.cpp kernel/qfunctions_nacl.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION INTEGRITY OR (NACL AND UNIX) OR (UNIX AND NOT APPLE)
|
|
SOURCES
|
|
kernel/qelapsedtimer_unix.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_poll_select AND UNIX
|
|
SOURCES
|
|
kernel/qpoll.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_glib AND UNIX
|
|
SOURCES
|
|
kernel/qeventdispatcher_glib.cpp kernel/qeventdispatcher_glib_p.h
|
|
LIBRARIES
|
|
GLIB2::GLIB2
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_clock_gettime AND UNIX
|
|
LIBRARIES
|
|
WrapRt::WrapRt
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION UNIX AND NOT ANDROID
|
|
SOURCES
|
|
kernel/qsharedmemory_posix.cpp
|
|
kernel/qsharedmemory_systemv.cpp
|
|
kernel/qsharedmemory_unix.cpp
|
|
kernel/qsystemsemaphore_posix.cpp
|
|
kernel/qsystemsemaphore_systemv.cpp
|
|
kernel/qsystemsemaphore_unix.cpp
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION VXWORKS
|
|
SOURCES
|
|
kernel/qfunctions_vxworks.cpp kernel/qfunctions_vxworks.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QNX AND QT_FEATURE_qqnx_pps
|
|
SOURCES
|
|
kernel/qppsattribute.cpp kernel/qppsattribute_p.h
|
|
kernel/qppsattributeprivate_p.h
|
|
kernel/qppsobject.cpp kernel/qppsobject_p.h
|
|
kernel/qppsobjectprivate_p.h
|
|
LIBRARIES
|
|
PPS::PPS
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_cborstreamreader
|
|
SOURCES
|
|
serialization/qcborstreamreader.cpp serialization/qcborstreamreader.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_cborstreamwriter
|
|
SOURCES
|
|
serialization/qcborstreamwriter.cpp serialization/qcborstreamwriter.h
|
|
)
|
|
|
|
qt_extend_target(Core CONDITION QT_FEATURE_mimetype
|
|
SOURCES
|
|
mimetypes/qmimedatabase.cpp mimetypes/qmimedatabase.h mimetypes/qmimedatabase_p.h
|
|
mimetypes/qmimeglobpattern.cpp mimetypes/qmimeglobpattern_p.h
|
|
mimetypes/qmimemagicrule.cpp mimetypes/qmimemagicrule_p.h
|
|
mimetypes/qmimemagicrulematcher.cpp mimetypes/qmimemagicrulematcher_p.h
|
|
mimetypes/qmimeprovider.cpp mimetypes/qmimeprovider_p.h
|
|
mimetypes/qmimetype.cpp mimetypes/qmimetype.h mimetypes/qmimetype_p.h
|
|
mimetypes/qmimetypeparser.cpp mimetypes/qmimetypeparser_p.h
|
|
)
|
|
|
|
#### Keys ignored in scope 181:.:mimetypes:mimetypes/mimetypes.pri:QT_FEATURE_mimetype:
|
|
# MIME_DATABASE = "mimetypes/mime/packages/freedesktop.org.xml"
|
|
# OTHER_FILES = "$$MIME_DATABASE"
|
|
|
|
# special case begin
|
|
# qt_extend_target(Core CONDITION QT_FEATURE_mimetype AND QT_FEATURE_mimetype_database
|
|
# INCLUDE_DIRECTORIES
|
|
# .rcc
|
|
#)
|
|
# special case end
|
|
|
|
#### Keys ignored in scope 182:.:mimetypes:mimetypes/mimetypes.pri:QT_FEATURE_mimetype_database:
|
|
# QMAKE_EXTRA_COMPILERS = "mimedb"
|
|
# mimedb.commands = "${QMAKE_FILE_IN}" ">" "${QMAKE_FILE_OUT}"
|
|
# mimedb.depends = "$$PWD/mime/generate.pl"
|
|
# mimedb.input = "MIME_DATABASE"
|
|
# mimedb.output = "$$outpath/qmimeprovider_database.cpp"
|
|
# mimedb.variable_out = "INCLUDED_SOURCES"
|
|
|
|
#### Keys ignored in scope 183:.:mimetypes:mimetypes/mimetypes.pri:ANDROID:
|
|
# outpath = "$$outpath/$${QT_ARCH}"
|
|
|
|
#### Keys ignored in scope 185:.:mimetypes:mimetypes/mimetypes.pri:(CMAKE_BUILD_TYPE STREQUAL Debug):
|
|
# outpath = "$$outpath/debug"
|
|
|
|
#### Keys ignored in scope 186:.:mimetypes:mimetypes/mimetypes.pri:else:
|
|
# outpath = "$$outpath/release"
|
|
|
|
#### Keys ignored in scope 187:.:mimetypes:mimetypes/mimetypes.pri:MAKEFILE_GENERATOR___equals___MSVC.NET OR MAKEFILE_GENERATOR___equals___MSBUILD OR QMAKE_SH_ISEMPTY:
|
|
# mimedb.commands = "cmd" "/c" "$$shell_path($$PWD/mime/generate.bat)"
|
|
# mimedb.depends = "$$PWD/mime/generate.bat" "$$PWD/mime/hexdump.ps1"
|
|
|
|
#### Keys ignored in scope 188:.:mimetypes:mimetypes/mimetypes.pri:else:
|
|
# mimedb.commands = "perl" "$${mimedb.depends}"
|
|
|
|
#### Keys ignored in scope 189:.:mimetypes:mimetypes/mimetypes.pri:QT_FEATURE_zstd:
|
|
# mimedb.commands = "--zstd"
|
|
# Resources:
|
|
# special case begin
|
|
# We can't specify the resources directly as we have unit tests that
|
|
# depend on these as well and we no longer support the use of hand
|
|
# edited qrc files.
|
|
if(QT_FEATURE_mimetype AND QT_FEATURE_mimetype_database)
|
|
include(${CMAKE_CURRENT_SOURCE_DIR}/mimetypes/mimetypes_resources.cmake)
|
|
corelib_add_mimetypes_resources(Core)
|
|
|
|
# Generate qmimeprovider_database.cpp
|
|
set(qmimeprovider_db_output "${CMAKE_CURRENT_BINARY_DIR}/.rcc/qmimeprovider_database.cpp")
|
|
set(command_args "")
|
|
set(mime_dir "${CMAKE_CURRENT_SOURCE_DIR}/mimetypes/mime")
|
|
set(command_depends "${mime_dir}/generate.pl" "${corelib_mimetypes_resource_file}")
|
|
if (MSVC)
|
|
list(APPEND command_args "${mime_dir}/generate.bat")
|
|
list(APPEND command_depends "${mime_dir}/generate.bat" "${mime_dir}/hexdump.ps1" )
|
|
else()
|
|
list(APPEND command_args perl "${mime_dir}/generate.pl" )
|
|
endif()
|
|
|
|
if (QT_FEATURE_zstd)
|
|
list(APPEND command_args "--zstd")
|
|
endif()
|
|
|
|
list(APPEND command_args "${corelib_mimetypes_resource_file}" ">" "${qmimeprovider_db_output}")
|
|
|
|
add_custom_command(OUTPUT "${qmimeprovider_db_output}"
|
|
DEPENDS ${command_depends}
|
|
COMMAND ${command_args}
|
|
COMMENT "Generating ${qmimeprovider_db_output}"
|
|
)
|
|
|
|
target_sources(Core PRIVATE ${qmimeprovider_db_output})
|
|
set_source_files_properties(${qmimeprovider_db_output} PROPERTIES HEADER_FILE_ONLY TRUE)
|
|
target_include_directories(Core PRIVATE "${CMAKE_CURRENT_BINARY_DIR}/.rcc")
|
|
endif()
|
|
|
|
# special case end
|
|
|
|
qt_extend_target(Core CONDITION WASM
|
|
SOURCES
|
|
platform/wasm/qstdweb.cpp platform/wasm/qstdweb_p.h
|
|
)
|
|
|
|
# special case begin
|
|
# needs refinement for the other compiler specific cases.
|
|
if(TEST_arch_${TEST_architecture_arch}_subarch_f16c)
|
|
# Equivalent to contains(QT_CPU_FEATURES.$$QT_ARCH, f16c)
|
|
extend_target(Core
|
|
DEFINES
|
|
QFLOAT16_INCLUDE_FAST
|
|
)
|
|
else()
|
|
qt_add_simd_part(Core SIMD f16c
|
|
SOURCES
|
|
global/qfloat16_f16c.c
|
|
)
|
|
endif()
|
|
|
|
set_source_files_properties(
|
|
thread/qmutex_linux.cpp
|
|
thread/qmutex_mac.cpp
|
|
thread/qmutex_unix.cpp
|
|
thread/qmutex_win.cpp
|
|
PROPERTIES HEADER_FILE_ONLY ON) # special case: These files are included by qmutex.cpp!
|
|
|
|
|
|
# Remove QT_NO_CAST_TO_ASCII to ensure that the symbols are included in the library.
|
|
if(WIN32)
|
|
get_target_property(defines Core COMPILE_DEFINITIONS)
|
|
list(REMOVE_ITEM defines QT_NO_CAST_TO_ASCII)
|
|
set_target_properties(Core PROPERTIES COMPILE_DEFINITIONS "${defines}")
|
|
endif()
|
|
|
|
qt_internal_apply_gc_binaries_conditional(Core PUBLIC)
|
|
|
|
if(WIN32)
|
|
set(isExe $<STREQUAL:$<TARGET_PROPERTY:TYPE>,EXECUTABLE>)
|
|
set(isWin32 $<BOOL:$<TARGET_PROPERTY:WIN32_EXECUTABLE>>)
|
|
set(isNotExcluded $<NOT:$<BOOL:$<TARGET_PROPERTY:Qt5_NO_LINK_QTMAIN>>>)
|
|
set(isPolicyNEW $<TARGET_POLICY:CMP0020>)
|
|
|
|
target_link_libraries(Core INTERFACE $<$<AND:${isExe},${isWin32},${isNotExcluded},${isPolicyNEW}>:Qt::WinMain>)
|
|
qt_record_extra_qt_package_dependency(Core WinMain "${PROJECT_VERSION}")
|
|
endif()
|
|
|
|
# Record darwin minimum deployment target.
|
|
if(APPLE AND CMAKE_OSX_DEPLOYMENT_TARGET)
|
|
set_property(TARGET Core PROPERTY
|
|
QT_DARWIN_MIN_DEPLOYMENT_TARGET "${CMAKE_OSX_DEPLOYMENT_TARGET}")
|
|
set_property(TARGET Core APPEND PROPERTY
|
|
EXPORT_PROPERTIES "QT_DARWIN_MIN_DEPLOYMENT_TARGET")
|
|
endif()
|
|
# special case end
|
|
|
|
qt_create_tracepoints(Core qtcore.tracepoints)
|
|
qt_add_docs(Core
|
|
doc/qtcore.qdocconf
|
|
)
|
|
|
|
# special case begin
|
|
# Handle qtzlib.pro to create headers for the
|
|
# QtZlibPrivate target, equivalent to Qt += zlib-private
|
|
if(NOT QT_FEATURE_system_zlib)
|
|
qt_add_module(Zlib
|
|
INTERNAL_MODULE
|
|
HEADER_MODULE
|
|
NO_CONFIG_HEADER_FILE
|
|
)
|
|
endif()
|
|
# special case end
|