Merge branch 'Plasma/5.11'
This commit is contained in:
commit
269ec5bbce
2 changed files with 3 additions and 0 deletions
|
@ -167,6 +167,7 @@ add_executable( testScriptedEffectLoader ${testScriptedEffectLoader_SRCS})
|
|||
|
||||
target_link_libraries(testScriptedEffectLoader
|
||||
Qt5::Concurrent
|
||||
Qt5::Qml
|
||||
Qt5::Script
|
||||
Qt5::Test
|
||||
Qt5::X11Extras
|
||||
|
|
|
@ -19,6 +19,7 @@ set_target_properties(testTabBoxClientModel PROPERTIES COMPILE_DEFINITIONS "NO_N
|
|||
target_link_libraries( testTabBoxClientModel
|
||||
Qt5::Core
|
||||
Qt5::Gui
|
||||
Qt5::Script
|
||||
Qt5::Quick
|
||||
Qt5::Test
|
||||
Qt5::X11Extras
|
||||
|
@ -50,6 +51,7 @@ set_target_properties(testTabBoxHandler PROPERTIES COMPILE_DEFINITIONS "NO_NONE_
|
|||
target_link_libraries( testTabBoxHandler
|
||||
Qt5::Core
|
||||
Qt5::Gui
|
||||
Qt5::Script
|
||||
Qt5::Quick
|
||||
Qt5::Test
|
||||
Qt5::X11Extras
|
||||
|
|
Loading…
Reference in a new issue