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:
parent
97f38e3e87
commit
79d29096f2
1 changed files with 0 additions and 1 deletions
|
@ -4,7 +4,6 @@ set(kwin_killer_helper_SRCS killer.cpp )
|
||||||
|
|
||||||
|
|
||||||
add_executable(kwin_killer_helper ${kwin_killer_helper_SRCS})
|
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
|
target_link_libraries(kwin_killer_helper
|
||||||
Qt5::Widgets
|
Qt5::Widgets
|
||||||
|
|
Loading…
Reference in a new issue