diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-30 14:45:42 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-08-30 14:45:42 +1000 |
| commit | d22576ee8273c0537116e69a3134af62db5589f1 (patch) | |
| tree | 52cbdec833d58206ebf47b28a374e98f9355b75c /plugin/src/Caelestia/CMakeLists.txt | |
| parent | dev: reload on cmakelists change (diff) | |
| download | caelestia-shell-d22576ee8273c0537116e69a3134af62db5589f1.tar.gz caelestia-shell-d22576ee8273c0537116e69a3134af62db5589f1.tar.bz2 caelestia-shell-d22576ee8273c0537116e69a3134af62db5589f1.zip | |
plugin/cim: better cache impl
Diffstat (limited to 'plugin/src/Caelestia/CMakeLists.txt')
| -rw-r--r-- | plugin/src/Caelestia/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/src/Caelestia/CMakeLists.txt b/plugin/src/Caelestia/CMakeLists.txt index 3ea0225..dfc7f78 100644 --- a/plugin/src/Caelestia/CMakeLists.txt +++ b/plugin/src/Caelestia/CMakeLists.txt @@ -23,4 +23,4 @@ install(TARGETS "${module_plugin_target}" LIBRARY DESTINATION "${module_dir}" RU install(FILES "${module_qmldir}" DESTINATION "${module_dir}") install(FILES "${module_typeinfo}" DESTINATION "${module_dir}") -target_link_libraries(caelestia PRIVATE Qt::Core Qt::Qml) +target_link_libraries(caelestia PRIVATE Qt::Core Qt::Qml Qt::Gui) |