summaryrefslogtreecommitdiff
path: root/cmake/QtAppManHelpers.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Make the DBus adapter generation compatible with Qt versions < 6.4Robert Griebl2022-05-301-1/+6
| | | | | | | | The fix in e14b1081e247503e8f538a862e4e988ddcf22068 made it impossible to compile dev against a Qt version < 6.4 Change-Id: I35eff5a6d1c20c159a5459b50b2c4d140c894bb4 Reviewed-by: Bernd Weimer <bernd.weimer@qt.io>
* Adapt the DBus adaptor generation to the latest changes in qtbaseRobert Griebl2022-05-171-1/+1
| | | | | | Task-number: QTBUG-103521 Change-Id: Id01ade352309f457f355efff231e0103a1c63312 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
* Use another way to not compile qdbusxml2cpp generated cpp filesRobert Griebl2022-01-201-2/+16
| | | | | | | Change-Id: I8122e8a58585d6c25b9a8e6d7006a450e4278abf Fixes: QTBUG-100088 Pick-to: 6.2 6.2.3 6.3 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* cmake: Nearly full cmake buildRobert Griebl2021-06-181-0/+21
Had to rename a lot of things to conform with the standard Qt module layout that the cmake system expects: - all non-manual tests were moved to a sub-dir named auto/ - the benchmark was moved to tests/ - the 3rdparty folder was moved into src/ Other changes: - libyaml was updated to 2.2.5 while fixing a weird build issue that led to crashes on 64bit systems. - fixed build issues with the new 8.1 MingW compiler. - added support for QT_NO_OPENGL builds. The remaining issues are: - examples still don't build with qmake due to a potential bug in module.pri generation. - tests do run, but the test data is not generated yet dynamically. - qml-only tests are not built and run yet. - qml-only examples are not built yet. Fixes: AUTOSUITE-1632 Change-Id: Ic5fe0148e738b05835c73bed78e624b55861b75e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Dominik Holland <dominik.holland@qt.io>