aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/Qt6QmlMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
* Fix linking of static plugins to android module targetsAlexey Edelev2023-08-311-1/+2
* Fix the plugin class name handling in qt6_add_qml_pluginAlexey Edelev2023-07-251-1/+1
* Improve qml file copy command log outputAlexey Edelev2023-06-281-0/+1
* CMake: Remove superfluous depfile in QML type registrationJoerg Bornemann2023-06-141-25/+0
* Detect if C++ files were added to QML_FILES and give correct adviceAlexey Edelev2023-05-261-11/+22
* Make sure that source file exists when copying QML RESOURCESAlexey Edelev2023-05-261-8/+10
* qt_add_qml_module: Set QT_QML_MODULE_QML_FILES correctlyFabian Kosmale2023-05-161-15/+17
* Doc: Rename and rephrase pages for QML {script|type} compilerUlf Hermann2023-03-281-1/+1
* CMake: Add NO_COMPILER_RUNTIME to qt_generate_deploy_qml_app_scriptChristian Heimlich2023-03-131-0/+4
* qt_add_qml_module: Error out if singleton is marked as internalFabian Kosmale2023-03-021-0/+6
* Avoid setting INSTALL_RPATH if it was set beforeAlexey Edelev2023-02-241-1/+7
* Replace AUTO_RESOURCE_PREFIX with Qt CMake Policy in examples, testsAmir Masoud Abdol2023-02-211-0/+5
* CMake: Fix output of internal QML typesUlf Hermann2023-02-071-0/+5
* CMake: Speed up configuration of qml modules with newer CMakeAlexandru Croitor2023-02-071-3/+9
* qmltc: export generated classesSami Shalayel2023-02-021-6/+35
* qt_add_qml_module: Make usage of AUTO_RESOURCE_PREFIX a policyFabian Kosmale2023-02-011-6/+9
* CMake: Allow omitting the version of QML modulesUlf Hermann2023-01-271-9/+3
* CMake: Fix qt6_generate_foreign_qml_typesJoerg Bornemann2023-01-261-2/+10
* Check if target is skipped test in qml registration functionMikolaj Boc2023-01-231-0/+5
* Slow Deprecation of FILENAME_VARIABLE, replacement by OUTPUT_SCRIPTAmir Masoud Abdol2023-01-161-9/+30
* qmltc: generate code into namespacesSami Shalayel2023-01-061-1/+6
* CMake: Mark when qt_android_apply_arch_suffix is called in our implsAlexandru Croitor2022-12-151-0/+2
* CMake: Un-TP qml deployment APIAlexandru Croitor2022-12-101-2/+0
* CMake: Un-TP qt_generate_foreign_qml_type and qt_query_qml_moduleAlexandru Croitor2022-12-091-4/+0
* CMake: Add filter options to qt_generate_deploy_qml_app_scriptJoerg Bornemann2022-11-161-1/+19
* CMake: Add NO_TRANSLATIONS to qt_generate_deploy_qml_app_scriptJoerg Bornemann2022-11-161-3/+9
* CMake: Add Linux support for qt_generate_deploy_qml_app_scriptJoerg Bornemann2022-11-161-33/+34
* tooling: silence -Wextra-semi-stmtTim Blechmann2022-11-161-1/+1
* QML: Don't generate qmldir typeinfo entry on NO_GENERATE_QMLTYPESUlf Hermann2022-11-101-3/+9
* Unify the reading of qml imports for Android and desktop platformsAlexey Edelev2022-11-031-25/+38
* CMake: Use _qt_internal_get_tool_wrapper_script_pathAlexandru Croitor2022-10-281-9/+25
* CMake: fix qmlimportscanner import argumentMorten Sørvig2022-10-071-1/+1
* CMake: Pass --private-includes to qmltyperegistrar for *Private targetsUlf Hermann2022-09-241-0/+5
* cmake: fix `-Wextra-semi` in generated codeTim Blechmann2022-09-221-1/+1
* Use --bare option in CMake-generated calls to QML toolsUlf Hermann2022-09-161-0/+3
* CMake: Partially unify tooling import path handlingAlexandru Croitor2022-09-091-29/+60
* CMake: Correctly process root paths for qmlimportscannerAlexandru Croitor2022-09-091-1/+3
* CMake: Harden construction of QML import paths for qmlimportscannerAlexandru Croitor2022-09-091-10/+12
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-071-1/+1
* CMake: Move internal targets to the QtInternalTargets FOLDERJoerg Bornemann2022-08-301-0/+4
* CMake: Place *_qmllint* targets into a separate FOLDERJoerg Bornemann2022-08-291-1/+14
* Revise build to source dir mapping for QML toolingAndrei Golubev2022-07-261-23/+13
* Qt6QmlMacros: Add _qmllint_module targetMaximilian Goldstein2022-07-251-1/+27
* CMake: Fix handling of additional prefixesJoerg Bornemann2022-07-141-1/+1
* CMake: Remove __QT_INTERNAL_INSTALL_METATYPES_JSON optionJoerg Bornemann2022-07-111-14/+1
* CMake: Remove support for the deprecated CLASSNAME keywordJoerg Bornemann2022-07-111-13/+0
* Add license headers to cmake filesLucie Gérard2022-07-081-0/+3
* qmltc: Use correct output C++ file names within a moduleAndrei Golubev2022-06-291-6/+56
* Create a qrc mapping between build and source dir QML filesAndrei Golubev2022-06-291-0/+39
* Introduce a sane resource path to qt_add_qml_moduleUlf Hermann2022-06-231-1/+26