Use Qt5::Script in linker definition of KWin core

Missed that one in the other commit.
This commit is contained in:
Martin Gräßlin 2013-08-20 10:49:33 +02:00
parent 37334f400a
commit fb111be903

View file

@ -279,7 +279,7 @@ else()
endif()
if(KWIN_BUILD_SCRIPTING)
set(kwin_QT_LIBS ${kwin_QT_LIBS} ${QT_QTSCRIPT_LIBRARY})
set(kwin_QT_LIBS ${kwin_QT_LIBS} Qt5::Script)
endif()
if(KWIN_BUILD_ACTIVITIES)