1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Overview of changes in lomiri-action-api 1.2.0
- CMake: rename project (lomiri-action -> lomiri-action-api).
- qml/Lomiri/Action/CMakeLists.txt: Don't use qmake to obtain
QML_PLUGIN_DIR (formerly QT_IMPORTS_DIR). In other project we
also assume the location manually.
- CMake: Support dual-builds with disjunct filenames in the resulting
builds.
- CMakeLists.txt: Rename CMake option Werror to ENABLE_WERROR.
- treewide: Add support for qt6.
- Build with built-in libhud (removes need for dep on libhud).
- Fix build against Ubuntu noble build, fix warnings.
Overview of changes in lomiri-action-api 1.1.3
- Stop using qt5_use_modules (@OPNA2608).
- Fix unknown cmake command in error paths (@z3ntu).
Overview of changes in lomiri-action-api 1.1.2
- Add option to compile with local local of libhud2.
- Add copy of libhud2.
- Bump minimum required CMake version to v3.5.
- Clean up source tree (end of Bzr).
Overview of changes in lomiri-action-api 1.1.1
- Import to UBPorts.
|