On older versions, install(TARGETS target PUBLIC_HEADER) does not seem
to work too well, so just use install(FILES) for now. In addition, the
Qml and Quick components were missing from the main CMake file.
Details
Details
- Reviewers
romangg - Group Reviewers
Plasma - Commits
- R111:7a13a67827ea: Fix Formatter library CMake
Still builds and installs
Diff Detail
Diff Detail
- Repository
- R111 KSysguard Library
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Comment Actions
Compiles again on Neon.
CMakeLists.txt | ||
---|---|---|
30 ↗ | (On Diff #78276) | Accidentally added QML and Quick? |
CMakeLists.txt | ||
---|---|---|
30 ↗ | (On Diff #78276) | I removed experimentally the Qml and Quick package specifiers and it still compiled. |
CMakeLists.txt | ||
---|---|---|
30 ↗ | (On Diff #78276) | It's in response to the comment here: https://phabricator.kde.org/D27869#632172 |