aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qml/tutorials/extending-qml
Commit message (Expand)AuthorAgeFilesLines
* Replace Q_OS_OSX with Q_OS_MACOSTor Arne Vestbø2023-06-071-1/+1
* Examples: Use versioned CMake targets for Qt modulesKai Köhne2023-05-027-26/+26
* qt_add_qml_module: Make usage of AUTO_RESOURCE_PREFIX a policyFabian Kosmale2023-02-011-0/+1
* CMake: Allow omitting the version of QML modulesUlf Hermann2023-01-277-7/+0
* QmlExamples: Add missing dependencies of QtQuick in CMakeListsSemih Yavuz2022-11-0715-19/+25
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-09-078-8/+8
* Examples: Do not use import version numbers anymoreKai Köhne2022-08-316-12/+12
* examples: deploy qmldir for plugin exampleSamuli Piippo2022-08-311-0/+2
* Add license headers to cmake filesLucie Gérard2022-07-088-0/+24
* Use SPDX license identifiersLucie Gérard2022-06-1131-1519/+62
* Doc: Add CMake documentation to 'Extending QML' exampleAndreas Eliasson2022-04-252-6/+6
* Add VERBATIM option to add_custom_command callsAlexey Edelev2022-03-311-0/+1
* Improve examples CMakeLists.txtKai Köhne2022-01-247-66/+24
* CMake: qmake: Fix chapter6-plugins example to build in more configsAlexandru Croitor2021-08-313-30/+28
* Fix warnings/errors from changes to paths in chapter6-plugins exampleCraig Scott2021-08-311-2/+1
* Update qml examples for improved target path handlingCraig Scott2021-08-2417-167/+32
* Raise cmake_minimum_required to VERSION 3.16 in examplesJoerg Bornemann2021-08-177-7/+7
* CMake: Change the default of OUTPUT_DIRECTORY for qt6_add_qml_module()Craig Scott2021-07-202-1/+1
* Add missing "override" keywordsUlf Hermann2021-06-306-6/+6
* Do not call QGuiApplication::exec() on an instanceUlf Hermann2021-06-305-5/+5
* Use nullptr rather than 0 for null pointersUlf Hermann2021-06-309-9/+9
* Refactor and update qml CMake APICraig Scott2021-06-041-9/+1
* Switch examples to build as isolated sub-buildsCraig Scott2021-05-271-6/+6
* CMake: Regenerate examples to set the WIN32_EXECUTABLE propertyAlexandru Croitor2020-10-268-0/+32
* CMake: Regenerate examples to use qt_add_executableAlexandru Croitor2020-10-207-7/+7
* Examples: Fix double installation of .qml filesKai Koehne2020-06-025-25/+5
* CMake: Don't install .qmltypes for Qt tests, examples and toolsAlexandru Croitor2020-05-296-6/+0
* CMake: Regenerate qtdeclarative/examplesAlexandru Croitor2020-05-298-8/+40
* Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2020-03-125-3/+8
|\
| * Adapt to the the new QMetaType changeOlivier Goffart2020-03-091-0/+1
| * Doc: Update documentation for "extending" exampleUlf Hermann2020-02-191-0/+2
| * Doc: Fix extension plugin examples and documentationUlf Hermann2020-02-181-1/+1
| * Use the extended QQmlListProperty interface in a few placesUlf Hermann2020-02-072-2/+4
* | Regenerate examplesAlexandru Croitor2020-01-296-0/+48
* | Post merge fixesLeander Beernaert2020-01-241-1/+1
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeLeander Beernaert2020-01-1613-84/+33
|\|
| * Generate registrations for all examplesUlf Hermann2020-01-1313-84/+33
* | Merge remote-tracking branch 'origin/dev' into wip/cmakeAlexandru Croitor2019-10-1415-12/+15
|\|
| * Specify parameters of type registration in class declarationsUlf Hermann2019-09-2615-12/+15
* | Regenerate ExamplesLeander Beernaert2019-10-148-15/+15
* | Update Examples with lowercase qt6_add_resources()Leander Beernaert2019-09-207-7/+7
* | Add qt6_add_qml_module() public APILeander Beernaert2019-09-194-4/+130
* | Convert ExamplesLeander Beernaert2019-08-237-0/+256
|/
* use nullptr consistently (clang-tidy)Shawn Rutledge2018-02-263-3/+3
* Fix outdated BSD license headerKai Koehne2017-10-1732-96/+416
* PieChart examples: initialize membersEdward Welbourne2016-07-152-2/+2
* actually build and install the qml tutorialsOswald Buddenhagen2016-05-134-2/+7
* make use of COPIESOswald Buddenhagen2016-05-131-1/+3
* QML extensions tutorial: Add import plugin to app. bundle on OS XTopi Reinio2016-04-162-6/+15
* Instantiate static Qml plugins declaring QQmlExtensionInterface onlySebastian Lösch2016-04-111-1/+1