forked from quickshell/quickshell
build: fix gcc
This commit is contained in:
parent
7ffce72b31
commit
92252c36a3
5 changed files with 13 additions and 4 deletions
|
@ -13,7 +13,10 @@ qt_add_qml_module(quickshell-service-pam
|
|||
|
||||
install_qml_module(quickshell-service-pam)
|
||||
|
||||
target_link_libraries(quickshell-service-pam PRIVATE Qt::Qml pam ${PAM_LIBRARIES})
|
||||
target_link_libraries(quickshell-service-pam PRIVATE
|
||||
Qt::Qml pam ${PAM_LIBRARIES}
|
||||
Qt::Quick # pch
|
||||
)
|
||||
|
||||
qs_module_pch(quickshell-service-pam)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue