aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/doc/src/cmake
Commit message (Expand)AuthorAgeFilesLines
* Doc: link to QML module examples from qt_add_qml_module pageMitch Curtis2022-08-121-0/+3
* Mention Q_IMPORT_QML_PLUGIN in qt_add_qml_module docsFabian Kosmale2022-07-211-0/+4
* Doc: Clarify naming conventions for .js files in QML modulesJoerg Bornemann2022-06-221-0/+11
* CMake: Clean up deployment docs for 6.3Alexandru Croitor2022-03-023-4/+22
* Doc: Remove cmake-variables qdoc groupKai Köhne2022-02-181-1/+0
* CMake: Fix docs and implementation of qt_generate_foreign_qml_typesAlexandru Croitor2022-02-161-9/+14
* CMake: Document source file propertiesAlexandru Croitor2022-02-161-0/+187
* CMake: Error out when using CMake < 3.19 with qml app deploymentAlexandru Croitor2022-02-152-0/+4
* CMake: Fix incorrect option passed to qt_deploy_qml_imports in docsAlexandru Croitor2022-02-121-3/+1
* Doc: State Qt versions for when CMake commands etc. were introducedJoerg Bornemann2022-02-125-0/+8
* Document qmltc output formatAndrei Golubev2022-01-271-7/+10
* qmltc: Rename CMake command's argument FILES -> QML_FILESAndrei Golubev2022-01-271-6/+6
* Add missing documentation for qmltc cmake commandAndrei Golubev2021-12-241-0/+5
* Add documentation for qt_query_qml_module()Craig Scott2021-12-131-0/+237
* Add documentation for CMake deployment support for QML module appsCraig Scott2021-12-134-6/+292
* Doc: Fix documentation warningsTopi Reinio2021-12-061-1/+1
* Compile QML files ahead of time with qmlcachegenUlf Hermann2021-12-031-0/+10
* doc: Add a section about singleton types in qt_add_qml_moduleAlexandru Croitor2021-12-032-0/+21
* Add documentation for qt6_generate_foreign_qml_typesFabian Kosmale2021-12-021-0/+89
* qmltc: support user-specified namespaces in the generated codeAndrei Golubev2021-11-161-0/+5
* qt6_target_compile_qml_to_cpp: improve QT_QMLTC_FILE_BASENAME handlingAndrei Golubev2021-11-091-3/+4
* Stage all qml modules to a common directory when building for AndroidAlexey Edelev2021-11-021-0/+13
* qt_add_qml_module: Add FOLLOW_FOREIGN_VERSIONING optionMaximilian Goldstein2021-10-291-0/+16
* qt_add_qml_module: Be more explicit about directory structureUlf Hermann2021-10-281-6/+12
* qmltc: add cmake api and simplest file writerAndrei Golubev2021-10-221-0/+81
* Rename and document QT_QMLCACHEGEN_{BINARY|EXECUTABLE}Ulf Hermann2021-10-181-0/+13
* Add missing RESOURCES keyword from qt_add_qml_module() synopsisCraig Scott2021-10-081-0/+1
* Fix broken doc link to Qt Quick DesignerCraig Scott2021-09-061-2/+2
* Add documentation for qt_import_qml_plugin()Craig Scott2021-09-061-5/+27
* Allow plugins to be optional if they have no backing targetUlf Hermann2021-09-031-3/+1
* Doc: Clarify PAST_MAJOR_VERSIONS and "auto" versionUlf Hermann2021-09-031-8/+31
* Doc: Remove \versionlessNote qdoc macroJoerg Bornemann2021-08-304-4/+4
* Add documentation for qt_target_qml_sources()Craig Scott2021-08-301-4/+168
* Remove statement that ${target}_qmllint isn't part of the ALL targetCraig Scott2021-08-301-4/+3
* Document that AUTOMOC should be enabled for qt_add_qml_module() targetCraig Scott2021-08-251-0/+8
* Update documentation of qt_add_qml_module() to reflect recent changesCraig Scott2021-08-182-17/+55
* Add NO_PLUGIN option to qt6_add_qml_module()Craig Scott2021-08-031-8/+14
* Document qt_add_qml_plugin()Craig Scott2021-07-292-17/+103
* Ensure plugin and backing targets are of compatible typeCraig Scott2021-07-291-2/+4
* Make TARGET_PATH an internal option for QML CMake commandsCraig Scott2021-07-261-14/+9
* Add initial qml CMake API docsCraig Scott2021-07-235-0/+626