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
This commit is contained in:
Hrvoje Senjan 2014-07-12 09:27:36 +02:00
parent 97f38e3e87
commit 79d29096f2

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