diff options
| author | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-02 16:59:24 +1000 |
|---|---|---|
| committer | 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | 2025-09-02 16:59:24 +1000 |
| commit | c0c4e14e5859546d9308e0107d9f9b12249d5896 (patch) | |
| tree | dbf3db9fcea1dfa3c0d9c819ee1a015d39356bd0 /plugin/src/Caelestia/CMakeLists.txt | |
| parent | plugin/fsm: only update changed dir (diff) | |
| download | caelestia-shell-c0c4e14e5859546d9308e0107d9f9b12249d5896.tar.gz caelestia-shell-c0c4e14e5859546d9308e0107d9f9b12249d5896.tar.bz2 caelestia-shell-c0c4e14e5859546d9308e0107d9f9b12249d5896.zip | |
plugin/fsm: async update
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 a56074e..d00247e 100644 --- a/plugin/src/Caelestia/CMakeLists.txt +++ b/plugin/src/Caelestia/CMakeLists.txt @@ -24,4 +24,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 Qt::Gui) +target_link_libraries(caelestia PRIVATE Qt::Core Qt::Qml Qt::Gui Qt::Concurrent) |