The app requires having Qt Quick Controls installed to launch
Details
Details
- Reviewers
apol - Group Reviewers
KDE Connect - Commits
- R224:b0e9cb3c7c14: Add dependency for Qt Quick Controls 2
- Attempt to launch app without Qt Quick Controls 2 package installed
- App should complain and not appear
- Attempt to launch app with Qt Quick Controls 2
- App should launch and display properly
Diff Detail
Diff Detail
- Repository
- R224 KDE Connect
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
You can do it with Kirigami. Kirigami depends on QQC2 already.
And yes, it's a runtime dependency, so don't search for it as REQUIRED or packagers will be mad at you.
CMakeLists.txt | ||
---|---|---|
92 | Maybe this URL is better: https://www.kde.org/products/kirigami/ |