aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmltc/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* Rename tst_qmltc_{no}diskcache data folder to QmltcTestsAndrei Golubev2022-06-031-1/+1
* qmllint: Warn about missing singleton pragmas/qmldir entriesMaximilian Goldstein2022-02-031-1/+0
* Restructure QML module of qmltc testsAndrei Golubev2022-02-021-128/+15
* qmltc: Rename CMake command's argument FILES -> QML_FILESAndrei Golubev2022-01-261-2/+2
* Document qmltc toolAndrei Golubev2022-01-191-0/+5
* qmltc: Support Component rootsAndrei Golubev2021-12-271-0/+2
* Skip tst_qmltc::listView() under QEMUAndrei Golubev2021-12-261-0/+1
* Separate JS files from QML files in qmltc-calling cmake commandAndrei Golubev2021-12-231-1/+4
* qmltc: Support different property change handlersAndrei Golubev2021-12-231-0/+3
* qmltc: Fix explicit import of local QML typesAndrei Golubev2021-12-221-0/+1
* qmltc: Do not crash on import namespacesAndrei Golubev2021-12-181-0/+1
* qmltc: Be aware of Component-wrapped typesAndrei Golubev2021-12-181-0/+1
* Use qmltc compiler prototype as a fallback implementationAndrei Golubev2021-12-171-0/+63
* qmltc: Learn to set QML context for objectsAndrei Golubev2021-11-171-0/+1
* qmltc: Compile QML properties into C++Andrei Golubev2021-11-171-6/+10
* qmltc: Compile QML methods to C++Andrei Golubev2021-11-171-0/+1
* qmltc: Compile QML enums into C++Andrei Golubev2021-11-171-0/+1
* qmltc: support user-specified namespaces in the generated codeAndrei Golubev2021-11-161-2/+4
* qmltc: Learn to collect C++ includes for a type hierarchyAndrei Golubev2021-11-151-2/+3
* qt6_target_compile_qml_to_cpp: improve QT_QMLTC_FILE_BASENAME handlingAndrei Golubev2021-11-091-1/+1
* qmltc: add cmake api and simplest file writerAndrei Golubev2021-10-221-0/+15
* qmltc: add empty testsAndrei Golubev2021-10-211-0/+45