summaryrefslogtreecommitdiffstats
path: root/sync.profile
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated sync.profileAlexey Edelev2023-07-261-12/+0
| | | | | | Task-number: QTBUG-112418 Change-Id: I06d29422ef95b197736f5888aaf66ebbeaea2a28 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Make StateMachine QML plugin optionalJuha Vuolle2021-02-031-0/+1
| | | | | | | | | | | | | | | | This change adds a small regular library that handles the StateMachine QML element registration. The current QML plugin now links against this new library, and the QML plugin is optional. Few collateral changes: - Remove a warning about deprecated QString constructor usage - Reduce unnecessary dependencies to private libraries - Mark former QML plugin headers clearly as private Task-number: QTBUG-89832 Change-Id: I26dd76f4355819d2436b45564409c98b99e2463e Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io> Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Make Scxml QML plugin optionalJuha Vuolle2021-02-011-0/+1
| | | | | | | | | | | | | | | | | | | This change adds a small regular library that handles the Scxml QML element registration. The current QML plugin now links against this new library, and the QML plugin is optional. In addition there are few other sanitising changes: -The QScxmlEvent is registered as an element instead of getting just the metatypeid. Tested that tests still compile with MSVC2019. The original reason for the registration was that tests did not compile with MSVC2015 (but testing Qt6 against that version is not feasible, hence MSVC2019) -A compiler warning removal about QString concatenation on MSVC -Reduce unnecessary dependencies to “Private” libraries. Library compiles and tests/examples work without them Task-number: QTBUG-89832 Change-Id: Iede6a7a9a82e40c3dbb868d9129847590769ca40 Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
* Move state machine source into QtScxmlKarsten Heimrich2020-08-281-0/+1
| | | | | | Task-number: QTBUG-80316 Change-Id: I9465d1b635733adca9dc8f6abad9b4f01f09d942 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* remove dependencies from sync.profileOswald Buddenhagen2016-12-271-12/+0
| | | | | | | the CI obtains them from the qt5 super repo nowadays. Change-Id: I7bb10a858bb3f920139fb7cd9ac2134885e4878d Reviewed-by: Jake Petroules <jake.petroules@qt.io>
* Canonicalize module naming (QScxml -> QtScxml)Louai Al-Khanji2015-08-121-1/+1
| | | | | Change-Id: Iad3f027cddcd3c56bca9a136099ef0628f71f5ba Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* Rename QScxmlLibt to QScxmlRisto Avila2015-06-081-1/+1
| | | | | Change-Id: I772c9b6aa87b5ea61005ebb8f63c0559de8cf348 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>
* Initial commit for integrating qscxmllib and qscxmlcppRisto Avila2015-04-091-0/+21
Change-Id: I4843c46575359dbf6f5170bfe06a924ae7a6ab22 Reviewed-by: Erik Verbruggen <erik.verbruggen@theqtcompany.com>