Drop explicit Qt5Widgets_EXECUTABLE_COMPILE_FLAGS

It is automagically pulled in by imported Qt5:: targets,
and also fixes build where POSITION_INDEPENDENT_CODE is not available.

REVIEW: 119237
icc-effect-5.14.5
Hrvoje Senjan 2014-07-12 09:27:36 +02:00
parent 97f38e3e87
commit 79d29096f2
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ set(kwin_killer_helper_SRCS killer.cpp )
add_executable(kwin_killer_helper ${kwin_killer_helper_SRCS})
set_target_properties(kwin_killer_helper PROPERTIES COMPILE_FLAGS ${Qt5Widgets_EXECUTABLE_COMPILE_FLAGS})
target_link_libraries(kwin_killer_helper
Qt5::Widgets