summaryrefslogtreecommitdiffstats
path: root/tests/auto/cmake
Commit message (Collapse)AuthorAgeFilesLines
* Add CMake macros for statechart code generationKevin Funk2016-11-183-0/+68
| | | | | | | | | | | | | | | Introduce qt5_add_statecharts, used exactly like qt5_add_resources. Example usage: qt5_add_statecharts(MAIN_SRCS ../../compiled/connection.scxml ) Add tests Change-Id: If24ea872815e053582b0d7b8d89c4bbfb1162f88 Reviewed-by: Jan Arne Petersen <jan.petersen@kdab.com> Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
* Fix cmake test caseUlf Hermann2016-05-172-5/+2
| | | | | | | | | | | QtQuick or QML are not required, but scxml is. Also, we should check for a real class to verify the module is there. Task-number: QTBUG-51420 Change-Id: Ic6b6086bfba318933139f4bfd04826980c3716d4 Reviewed-by: Kevin Funk <kevin.funk@kdab.com> Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
* Rename QScxmlLibt to QScxmlRisto Avila2015-06-082-2/+2
| | | | | Change-Id: I772c9b6aa87b5ea61005ebb8f63c0559de8cf348 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* Initial commit for integrating qscxmllib and qscxmlcppRisto Avila2015-04-092-0/+22
Change-Id: I4843c46575359dbf6f5170bfe06a924ae7a6ab22 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>