aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/builtins/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Don't use qmlplugindump for builtins.qmltypes anymoreUlf Hermann2020-05-191-7/+0
| | | | | | | | | | The current contents of builtins.qmltypes should really be part of QtQml, and builtins.qmltypes should contain actual builtin types instead. qmlplugindump is only run explicitly on "make qmltypes" anyway, it's pointless here. Change-Id: I026fb8b223e5b481cc9150d14dfb0af1aab32b51 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* CMake: Copy builtins.qmltypes to QML import path in non-prefix buildsUlf Hermann2020-04-141-1/+2
| | | | | | | | | | | Previously the file was copied to qtdeclarative/src/builtins due to a missing QT_INSTALL_DIR. Now it will be copied to qtbase_built/qml. Change-Id: Icb392559c749b1a460763ac986269053d8050f0f Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Build projects from src/importAlexandru Croitor2019-07-241-0/+18
Add support to build the projects under src/imports. All the CMakeLists.txt were generate with pro2cmake, except for src/imports/builtins. Change-Id: I06046ede82ba5b1e677e92b7548f543d020b0354 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>