aboutsummaryrefslogtreecommitdiffstats
path: root/src/qml/Qt6QmlMacros.cmake
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix qmlimportscanner call for conanJoerg Bornemann2022-05-071-5/+22
* CMake: Fix QML modules in subdirectoriesTadej Novak2022-05-071-1/+1
* cmake: qmltc - exclude generated sources from unity buildsTim Blechmann2022-05-071-2/+4
* CMake: Remove MACOS_BUNDLE option from qml app deployment callAlexandru Croitor2022-03-141-1/+0
* qml: Add build qmldir import path of the current module in prefix buildsAndrei Golubev2022-03-021-1/+19
* CMake: Rename QT_QML_MODULE_FOLLOW_FOREIGN_VERSIONING to be internalAlexandru Croitor2022-02-161-2/+3
* CMake: Fix docs and implementation of qt_generate_foreign_qml_typesAlexandru Croitor2022-02-161-10/+11
* CMake: Error out when using CMake < 3.19 with qml app deploymentAlexandru Croitor2022-02-151-0/+16
* 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
* qmltc: Rely on QQmlJSResourceFileMapperAndrei Golubev2022-02-031-5/+9
* CMake: Include upper case .js and .mjs files in qmldirUlf Hermann2022-02-021-6/+5
* qmltc: Ignore qmltypes dependencies from INTERFACE_LIBRARY and IMPORTEDAndrei Golubev2022-01-311-0/+19
* qmltc: Rename CMake command's argument FILES -> QML_FILESAndrei Golubev2022-01-271-3/+3
* qmltc: Do not search for qmltypes in non-TARGET libsUlf Hermann2022-01-271-0/+4
* Make qmltc-processed targets depend on qmltypes of linked QML modulesAndrei Golubev2022-01-261-0/+19
* Add prefer record to the output of qmlimportscannerAlexey Edelev2021-12-201-1/+1
* Add listing of the components and scripts that belongs to the qml moduleAlexey Edelev2021-12-171-1/+1
* Use qmltc compiler prototype as a fallback implementationAndrei Golubev2021-12-171-4/+19
* CMake: Fix qrc_files-NOTFOUND error during empty qml app buildAlexandru Croitor2021-12-171-1/+1
* CMake: Restore dependencies of qmlcachegen invocationUlf Hermann2021-12-151-1/+3
* Provide a function for querying QML module details for deploymentCraig Scott2021-12-131-0/+174
* Add CMake deploy support for QML module appsCraig Scott2021-12-131-61/+367
* Pass qmldir to qmlcachegen, qmllint and qmltc, not the qmltypes fileUlf Hermann2021-12-131-3/+8
* Store the original .qml and resource files on the targetCraig Scott2021-12-031-32/+59
* Ensure PREFIX is in canonical form for qt6_target_qml_sources()Craig Scott2021-11-301-14/+19
* Support QML type registration split: build system + tools integrationFabian Kosmale2021-11-261-0/+42
* CMake: Fix self-import and build dir import paths of QML modulesCraig Scott2021-11-251-3/+11
* qmltc: support user-specified namespaces in the generated codeAndrei Golubev2021-11-161-1/+7
* qmltc: Be aware of macOS frameworks when running manual MOCAndrei Golubev2021-11-151-3/+51
* qt6_target_compile_qml_to_cpp: improve QT_QMLTC_FILE_BASENAME handlingAndrei Golubev2021-11-091-10/+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
* qt_add_qml_module: Add FOLLOW_FOREIGN_VERSIONING optionMaximilian Goldstein2021-10-291-0/+12
* qmltc: add cmake api and simplest file writerAndrei Golubev2021-10-221-0/+153
* Rename and document QT_QMLCACHEGEN_{BINARY|EXECUTABLE}Ulf Hermann2021-10-181-3/+3
* 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-291-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-171-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