summaryrefslogtreecommitdiffstats
path: root/cmake/QtModuleHelpers.cmake
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement generating of private cpp exportsAlexey Edelev2021-08-271-21/+88
* Use correct module include name across the projectAlexey Edelev2021-08-271-39/+144
* CMake: Properly export MODULE_PLUGIN_TYPESAlexandru Croitor2021-08-261-0/+3
* Add missing PRIVATE_MODULE_INTERFACEs to INTERNAL_MODULEsAlexey Edelev2021-08-241-0/+4
* CMake: Don't install metatypes files for user projectsAlexandru Croitor2021-08-191-6/+5
* Use _qt_module_has_headers instead of INTERFACE_MODULE_HAS_HEADERSAlexey Edelev2021-08-111-2/+0
* CMake: Clean up and simplify qt6_extract_metatypes implementationAlexandru Croitor2021-07-161-1/+1
* CMake: Don't propagate -fapplication-extension to user projectsAlexandru Croitor2021-07-161-0/+1
* Use module interface name as OUTPUT_NAMEAlexey Edelev2021-07-131-1/+4
* Implement generating of a module cpp export headerAlexey Edelev2021-06-241-6/+40
* Cleanup temporary code related to internal modulesAlexey Edelev2021-06-211-9/+1
* Fix the naming of the config header files for private modulesAlexey Edelev2021-06-181-4/+11
* Fix internal module naming in qmake .pri filesAlexey Edelev2021-06-171-0/+3
* Check the impact of static link order for user projectsAlexey Edelev2021-06-161-8/+0
* Fix internal module mappings of the qtdeclarative repoAlexey Edelev2021-06-111-2/+2
* Make framework names consistent with the module namesAlexey Edelev2021-06-031-5/+5
* Move the framework related information to the common functionAlexey Edelev2021-05-311-9/+12
* Use the correct framework name when preparing the framework pathsAlexey Edelev2021-05-271-1/+1
* CMake: Introduce a public qt_add_library functionAlexandru Croitor2021-05-251-14/+17
* Add export of the Private targets for the internal modulesAlexey Edelev2021-05-221-8/+6
* Do not expose Qt internals by the HEADER_MODULEsAlexey Edelev2021-05-201-1/+2
* Merge main and private targets of the internal modulesAlexey Edelev2021-05-201-23/+73
* CMake: Build plugin initializers as object libsAlexandru Croitor2021-05-181-5/+0
* CMake: Provide supported qt_internal_add_module() args via a functionCraig Scott2021-05-181-6/+46
* MSVC: define _CRT_SECURE_NO_WARNINGS for all internal CMake targetsLi Xinwei2021-04-201-4/+0
* Switch metatypes generation on by default for Qt modulesUlf Hermann2021-04-161-9/+19
* wasm: add cmake build supportLorn Potter2021-04-011-1/+3
* Refactor qt_internal_add_plugin() and qt6_add_plugin()Craig Scott2021-03-291-1/+1
* CMake: Remove some dead codeAlexandru Croitor2021-03-251-2/+0
* Add plugins to Qt tools and executables for static buildsCraig Scott2021-03-231-9/+0
* CMake: make sure to collect Android dependencies for pluginsAssam Boudjelthia2021-03-171-1/+1
* Clear non-relevant CMake compiler flagsAlexey Edelev2021-01-271-2/+4
* cmake: Bail out in case syncqt failed to runKevin Funk2021-01-201-1/+4
* QtEntryPoint: Fix linking Release against RelWithDebInfo with MSVCJoerg Bornemann2021-01-181-5/+13
* CMake: Use -ffat-lto-objects for static libraries with ltcg and GCCChristophe Giboudeaux2021-01-131-0/+8
* CMake: Disable static plugin imports for non-executable targetsAlexandru Croitor2020-12-081-0/+8
* CMake: Enable NEW policies by CMake version with a global defaultCraig Scott2020-12-071-0/+2
* CMake: Avoid MSVC C4996 warningsLi Xinwei2020-12-041-0/+4
* CMake: Fix missing dependencies in *Depends headersJoerg Bornemann2020-11-191-2/+7
* CMake Build: Enable separate debug info for all target typesCristian Adam2020-11-041-4/+5
* CMake: Cleanup module and plugin define situationAlexandru Croitor2020-10-301-6/+11
* CMake: Fix deprecation defines not being set properlyAlexandru Croitor2020-10-231-1/+1
* cmake: Respect NO_PRIVATE_MODULE when generating module pri filesTor Arne Vestbø2020-10-231-1/+7