summaryrefslogtreecommitdiffstats
path: root/.qmake.conf
Commit message (Collapse)AuthorAgeFilesLines
* Remove .qmake.conf from this repositoryJoerg Bornemann2021-09-211-6/+0
| | | | | | | | | | | | | | This file was necessary for the qmake build and the CI. The qmake build is history, and the CI does now read .cmake.conf (see QTQAINFRA-4392). In addition to being superfluous, the existence of .qmake.conf triggers QTBUG-76140 when building Qt examples with qmake. Removing the file alleviates the symptoms of this bug. Fixes: QTBUG-92271 Change-Id: Ib2b5ec2e7ebefd5453e6dc3d2b7913dff9c59a43 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* Bump versionJani Heikkinen2021-09-141-1/+1
| | | | Change-Id: I214cc5eca70a68ff7da89f596306b2862e47fb61
* Bump versionJani Heikkinen2021-02-181-1/+1
| | | | Change-Id: Iadeedae4ddd2f2b77f6809274fae3b07180d2303
* Bump version to 6.1.0Jani Heikkinen2021-02-111-1/+1
| | | | | | | Change-Id: Icfd1369402680c6142a62aa6986ccde7e2946d42 Reviewed-by: Akseli Salovaara <akseli.salovaara@qt.io> (cherry picked from commit ef0a226bcfc55c5c9a9d9c98f4e0b343a99b0dd4) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
* Remove QT_NO_LINKED_LISTSona Kurazyan2020-02-051-1/+1
| | | | | | | | QLinkedList is deprecated and moved to Qt5Compat, there's no need for QT_NO_LINKED_LIST. Change-Id: I6da07dcc7b258e3af454e35778fcee57d7a4a3d5 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
* Bump Qt version to Qt 6Alexandru Croitor2019-07-101-1/+1
| | | | | | Change-Id: I976fd2fb5f9e82645c0beb1fef814c728ede5aa3 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
* 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>