summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Bump version to 5.15.14Tarja Sundqvist2023-03-011-1/+1
|
* Bump version to 5.15.13Tarja Sundqvist2022-12-221-1/+1
| | | | | Change-Id: I0a2bd5c055a24ce8b555863925f496ab3f3ddf1f Reviewed-by: Tarja Sundqvist <tarja.sundqvist@qt.io>
* Bump version to 5.15.12Tarja Sundqvist2022-10-061-1/+1
| | | | Change-Id: I31da1c3d608f18d2a8970f8f647422edb180bfeb
* Bump versionTarja Sundqvist2022-06-151-1/+1
|
* Bump versionTarja Sundqvist2022-04-061-1/+1
|
* Bump versionTarja Sundqvist2021-12-311-1/+1
|
* Bump versionTarja Sundqvist2021-11-081-1/+1
|
* Bump versionTarja Sundqvist2021-09-071-1/+1
| | | | Change-Id: I026c83a75504a47eb28f545bee5a2e26643a5742
* Bump versionTarja Sundqvist2021-06-071-1/+1
|
* Bump versionTarja Sundqvist2021-05-201-1/+1
| | | | Change-Id: Ic795e936a7e5fdff2b987afb6d55c48e25e3c5e4
* Bump versionJani Heikkinen2021-03-031-1/+1
| | | | Change-Id: I8322a88bc4c6271a9a824c3ef957cf17afbd46d8
* Bump versionJani Heikkinen2020-10-271-1/+1
| | | | Change-Id: I129c77bba287f41f90049ff76d1ac00e5e4da01f
* Bump versionv5.15.2Jani Heikkinen2020-09-281-1/+1
| | | | Change-Id: Ie063f27c27d4ec701fa51b234b0f34dd48a0ea65
* Bump versionv5.15.1Alexandru Croitor2020-07-301-1/+1
| | | | Change-Id: I47fcfe511494461f90ffd64be5b413fa37d16569
* Bump versionKari Oikarinen2019-08-271-1/+1
| | | | Change-Id: I85b5c7af63d9f6c131c76bf82eaa46c6327bd904
* Prospective fix when using QtLottie in QML apps with cmake and static linkagev5.14.0-alpha1Simon Hausmann2019-07-181-1/+0
| | | | | | | | | We need to create the cmake integration files to enable static linking. We don't need to test application side direct linkage though, as the bodymoving module is private and has no header files (interface). Change-Id: I4e469727100954abc338edef3ff4bb8e0a1c6579 Reviewed-by: Marc Mutz <marc.mutz@kdab.com>
* Disable cmake config file creationMarc Mutz2019-07-111-0/+1
| | | | | | | | It has become an error to not have tests/auto/cmake. Change-Id: I4b911759c944ec6ccc5632d262878408a8d5216f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io> Reviewed-by: Rebecca Worledge <rebecca.worledge@theqtcompany.com>
* Mark the module clean of Q_FOREACH, Java-style iteration, and QLinkedListMarc Mutz2019-07-041-0/+2
| | | | | | | Remove an unneeded #include. Change-Id: I50a22e88d9737c73a90fffb37236fcff1e90fa8b Reviewed-by: Lars Knoll <lars.knoll@qt.io>
* Bump versionKari Oikarinen2019-02-251-1/+1
| | | | Change-Id: I6d2cc28d48c76e9b09c76d63cc92aa94e462ac5a
* Initial commit for Qt Lottie!Eskil Abrahamsen Blomfeldt2019-01-211-0/+4
This implements a QML API to display graphics and animations exported by the Bodymovin plugin in AfterEffects. Done-by: Kari Hautamäki <kari.hautamaki@qt.io> Change-Id: Idbcfc5c947e97c1a5a70947a262fe1be17de7504 Reviewed-by: Eirik Aavitsland <eirik.aavitsland@qt.io>