summaryrefslogtreecommitdiffstats
path: root/cmake/QtModuleHelpers.cmake
Commit message (Expand)AuthorAgeFilesLines
* Remove GENERATE_METATYPESAmir Masoud Abdol2023-01-181-16/+8
* Retire the qt_parse_all_argumentsAmir Masoud Abdol2023-01-181-2/+2
* Remove an obsolete TODOAmir Masoud Abdol2023-01-171-1/+1
* CMake: Add switch for allowing missing Qt6*Tools packagesJoerg Bornemann2023-01-121-0/+5
* CMake: Store whether a module is internal in module json filesJoerg Bornemann2023-01-111-0/+5
* Enable shared library build of Qt for iOSTor Arne Vestbø2023-01-101-1/+4
* CMake: Store the plugin types in the module json filesJoerg Bornemann2023-01-061-0/+23
* wasm: disable x.y.z suffix versioningMorten Sørvig2022-12-131-3/+10
* CMake: Add qt 'policy' supportFabian Kosmale2022-12-101-0/+16
* CMake: Add Android build information to generated module .json filesJoerg Bornemann2022-12-091-0/+10
* Add CONDITION_INDEPENDENT_SOURCES argument to qt_internal_extend_targetAlexey Edelev2022-12-081-0/+21
* Remove _pri_dep_timestamp targetsAlexey Edelev2022-12-011-10/+0
* Remove perl related functionality from CMake filesAlexey Edelev2022-11-291-97/+14
* CMake: add SYSTEM_INCLUDE_DIRECTORIES to qt_internal_extend_targetThiago Macieira2022-11-281-0/+2
* CMake: install the metatypes inside Qt's own arch-specific data dirThiago Macieira2022-11-281-1/+1
* Add NO_HEADERSCLEAN_CHECK flag to qt_internal_add_moduleAlexey Edelev2022-10-271-4/+8
* Replace the syncqt.pl script with syncqt toolAlexey Edelev2022-09-271-68/+88
* Avoid the 'file' command shadowingAlexey Edelev2022-09-211-11/+11
* Skip AUTOGEN for config filesAlexey Edelev2022-09-121-0/+1
* Add <module>-config[-p].h files to the module sourcesAlexey Edelev2022-09-091-0/+6
* Suppress the PUBLIC/PRIVATE_HEADER related warningAlexey Edelev2022-09-071-10/+0
* Respect CMake source tree when installing header filesAlexey Edelev2022-09-071-64/+211
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Do not use the HEADER_MODULE argument in qt_generate_module_pri_fileAlexey Edelev2022-08-121-4/+1
* Remove HEADER_MODULE from qt_internal_extend_targetAlexey Edelev2022-08-111-1/+0
* Add the common headersclean_check targetAlexey Edelev2022-08-091-1/+1
* Allow specifying multiple header types in qt_copy_framework_headersAlexey Edelev2022-08-051-10/+8
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* CMake: Export a few useful Qt module target propertiesAlexandru Croitor2022-07-251-5/+37
* cmake: Teach qt_internal_extend_target about PLUGIN_TYPESTor Arne Vestbø2022-07-251-13/+1
* CMake: fix the word order in "no_direct_extern_access"Thiago Macieira2022-07-201-1/+1
* Rename the <module>_timestamp target to <module>_pri_dep_timestampAlexey Edelev2022-07-151-1/+1
* CMake: Record used package version for each target dependencyAlexandru Croitor2022-07-011-3/+9
* CMake: Fix typosKai Köhne2022-06-131-1/+1
* CMake: set correct COMPILE_PDB_NAME for static librariesLi Xinwei2022-05-201-1/+2
* Add qpa include directory to the return values of qt_internal_module_infoAlexey Edelev2022-05-021-1/+16
* CMake: Work around build rpath issue when CMAKE_STAGING_PREFIX is setAlexandru Croitor2022-04-221-0/+1
* CMake: Mitigate moc not finding correct headers in framework buildsAlexandru Croitor2022-03-181-4/+8
* build system: support module local definitionsFabian Kosmale2022-03-111-0/+2
* Enable -mno-direct-extern-access and ELF protected visibilityThiago Macieira2022-03-101-1/+2
* CMake build: generate pkgconfig for public modulesMartin Reboredo2022-02-281-0/+1
* CMake: Fix exclusion of QtFoo in QtBarDepends for 3rd party libsAlexandru Croitor2022-02-231-1/+3
* Install 3rdparty headers for static buildsMichal Klocek2022-02-191-1/+26
* qt_internal_add_module: Document HEADER_MODULE and STATICFabian Kosmale2021-11-261-0/+8
* Move qt_finalize_framework_headers_copy to the scope finalizerAlexey Edelev2021-11-031-4/+1
* CMake: Allow disabling package version checkAlexandru Croitor2021-10-271-1/+6
* CMake: Make LTO build workThiago Macieira2021-10-131-1/+1
* Do not generate cpp exports for pure STATIC modulesAlexey Edelev2021-09-171-1/+4
* Add explicit install rules for the autogenerated cpp exportsAlexey Edelev2021-09-171-8/+38
* Expose cpp export related arguments for qt_internal_add_module usersAlexey Edelev2021-09-161-43/+8