mirror of
https://github.com/hyprwm/hyprland-qt-support.git
synced 2025-05-12 13:10:35 +01:00
Add missing PkgConfig:: qualifier to hyprlang import
That propagates PkgConfig info related to hyprlang that was set when pkg_check_modules searched for it.
This commit is contained in:
parent
8810df502c
commit
5447ab45a5
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,6 @@ qt_add_qml_module(hyprland-quick-style-impl
|
|||
MotionBehavior.qml
|
||||
)
|
||||
|
||||
target_link_libraries(hyprland-quick-style-impl PRIVATE Qt::Quick hyprlang)
|
||||
target_link_libraries(hyprland-quick-style-impl PRIVATE Qt::Quick PkgConfig::hyprlang)
|
||||
|
||||
install_qml_module(hyprland-quick-style-impl)
|
||||
|
|
Loading…
Reference in a new issue