Use Qt5::Script in linker definition of KWin core
Missed that one in the other commit.
This commit is contained in:
parent
37334f400a
commit
fb111be903
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ else()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(KWIN_BUILD_SCRIPTING)
|
if(KWIN_BUILD_SCRIPTING)
|
||||||
set(kwin_QT_LIBS ${kwin_QT_LIBS} ${QT_QTSCRIPT_LIBRARY})
|
set(kwin_QT_LIBS ${kwin_QT_LIBS} Qt5::Script)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(KWIN_BUILD_ACTIVITIES)
|
if(KWIN_BUILD_ACTIVITIES)
|
||||||
|
|
Loading…
Reference in a new issue