diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-13 11:04:25 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-13 11:04:25 +1000 |
| commit | d90c4b6df7c37ca5888d9c45b65e8ecdbcef1ca9 (patch) | |
| tree | ad92daf2a8cb6f166c018b79a64b0ae6cc832188 /plugin/src/Caelestia/CMakeLists.txt | |
| parent | readme: update manual installation deps (diff) | |
| download | caelestia-shell-d90c4b6df7c37ca5888d9c45b65e8ecdbcef1ca9.tar.gz caelestia-shell-d90c4b6df7c37ca5888d9c45b65e8ecdbcef1ca9.tar.bz2 caelestia-shell-d90c4b6df7c37ca5888d9c45b65e8ecdbcef1ca9.zip | |
plugin/cmake: link qt quick
See #608
Diffstat (limited to 'plugin/src/Caelestia/CMakeLists.txt')
| -rw-r--r-- | plugin/src/Caelestia/CMakeLists.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/plugin/src/Caelestia/CMakeLists.txt b/plugin/src/Caelestia/CMakeLists.txt index 05cc350..94496c6 100644 --- a/plugin/src/Caelestia/CMakeLists.txt +++ b/plugin/src/Caelestia/CMakeLists.txt @@ -1,4 +1,4 @@ -find_package(Qt6 REQUIRED COMPONENTS Core Qml Gui Concurrent Sql) +find_package(Qt6 REQUIRED COMPONENTS Core Qml Gui Quick Concurrent Sql) find_package(PkgConfig REQUIRED) pkg_check_modules(Qalculate IMPORTED_TARGET libqalculate REQUIRED) pkg_check_modules(Pipewire IMPORTED_TARGET libpipewire-0.3 REQUIRED) @@ -47,6 +47,7 @@ target_link_libraries(caelestia PRIVATE Qt::Core Qt::Qml Qt::Gui + Qt::Quick Qt::Concurrent Qt::Sql PkgConfig::Qalculate |