aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/Qt6QmlMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: fix qmlimportscanner import argumentMorten Sørvig2022-11-171-3/+2
* CMake: Pass --private-includes to qmltyperegistrar for *Private targetsUlf Hermann2022-09-241-0/+5
* CMake: Correctly process root paths for qmlimportscannerAlexandru Croitor2022-09-121-1/+3
* CMake: Harden construction of QML import paths for qmlimportscannerAlexandru Croitor2022-09-121-10/+12
* CMake: Fix handling of additional prefixesJoerg Bornemann2022-07-151-1/+1
* CMake: Fix qmlimportscanner call for conanJoerg Bornemann2022-06-041-5/+22
* qml: Add build qmldir import path of the current module in prefix buildsAndrei Golubev2022-03-031-0/+17
* CMake: Fix issue with Xcode common dep between qmllint and toolingAlexandru Croitor2022-02-121-1/+1
* CMake: Clarify doc comment about Xcode common dependency issueAlexandru Croitor2022-02-121-2/+4
* CMake: Include upper case .js and .mjs files in qmldirUlf Hermann2022-02-011-6/+5
* Ensure PREFIX is in canonical form for qt6_target_qml_sources()Craig Scott2021-11-301-14/+19
* CMake: Fix self-import and build dir import paths of QML modulesCraig Scott2021-11-251-3/+11
* Stage all qml modules to a common directory when building for AndroidAlexey Edelev2021-11-021-1/+0
* Use correct plugin name for Android QML pluginsAlexey Edelev2021-11-021-49/+82
* CMake: Special case qqc2 style plugin static plugin dependenciesAlexandru Croitor2021-10-071-0/+15
* CMake: Walk plugin private deps for computed static qml plugin depsAlexandru Croitor2021-10-071-12/+29
* CMake: Add TODO to move plugin init library creation codeAlexandru Croitor2021-09-301-0/+3
* CMake: Ensure class name prop is set for existing qml plugin targetsAlexandru Croitor2021-09-291-3/+12
* Pass application directory as import path to qmlscUlf Hermann2021-09-211-1/+7
* Ensure qmldir is written before finalizers runCraig Scott2021-09-201-12/+5
* Don't add .qml files as a source twiceCraig Scott2021-09-171-4/+1
* cmake: Mark QML files as source files of their targetFabian Kosmale2021-09-131-0/+5
* Use _qt_internal_collect_qml_root_paths to collect android dependenciesAlexey Edelev2021-09-091-0/+4
* Fix generation of names in qmldir filesUlf Hermann2021-09-081-2/+12
* Fix dependencies on sources generated in a different scope to targetCraig Scott2021-09-081-3/+74
* Avoid to build the debug executable of qmlcachegen in multi-config buildLi Xinwei2021-09-071-2/+10
* Add documentation for qt_import_qml_plugin()Craig Scott2021-09-061-1/+1
* Fix OUTPUT_TARGETS not being set in parent scope in all casesCraig Scott2021-09-061-1/+9
* Revert "Ensure versionless wrappers do not introduce a new variable scope"Craig Scott2021-09-061-8/+8
* Allow plugins to be optional if they have no backing targetUlf Hermann2021-09-031-4/+0
* Remove unnecessary repeat of applying Android arch suffixCraig Scott2021-09-011-4/+0
* Ensure versionless wrappers do not introduce a new variable scopeCraig Scott2021-09-011-8/+8
* Catch using the same output directory for different QML modulesCraig Scott2021-08-311-0/+18
* Add documentation for qt_target_qml_sources()Craig Scott2021-08-301-73/+1
* Rename source property to QT_QML_SOURCE_VERSIONSCraig Scott2021-08-301-2/+20
* Allow qt6_target_qml_sources() to be called with just resourcesCraig Scott2021-08-301-2/+2
* Use <major>.0 as default version for QML filesUlf Hermann2021-08-271-5/+22
* CMake: Set up extra dependencies for qml static pluginsAlexandru Croitor2021-08-271-0/+119
* Clean up arguments qt6_import_qml_plugins() passes to qmlimportscannerCraig Scott2021-08-251-10/+5
* CMake: Be more specific about backing target linkage for a qml pluginAlexandru Croitor2021-08-251-1/+3
* Make qt6_qml_type_registration() internalCraig Scott2021-08-251-8/+14
* Respect plugin output name when applying Android-specific prefixesAlexey Edelev2021-08-251-10/+18
* Fix importing of QML modules in AndroidAlexey Edelev2021-08-241-13/+15
* Allow QML plugin's CMake target name to be specified for qmldir fileCraig Scott2021-08-201-16/+32
* CMake: Don't install metatypes json files for user qml modulesAlexandru Croitor2021-08-181-2/+16
* CMake: Remove dead example-specific metatypes installation codeAlexandru Croitor2021-08-181-11/+0
* CMake: Fix building app qml modules on iOS with CMake and XcodeAlexandru Croitor2021-08-181-0/+11
* Add NO_RESOURCE_TARGET_PATH option for executable backing targetsCraig Scott2021-08-181-23/+90
* Improve logic for finding base dir of QML modules in build directoryCraig Scott2021-08-181-2/+23
* CMake: Fix automatic propagation of static qml plugin init librariesAlexandru Croitor2021-08-131-28/+12