CMake: Regenerate projects
We need the qt_add_tool changes to successfully configure qemu builds. The rest of the changes are just to be in sync with the .pro files. Change-Id: I64e92edc2486a71c88bd964a07adf502481b200d Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
This commit is contained in:
parent
d2688a83a1
commit
1d5d2b6670
@ -4,7 +4,8 @@
|
||||
## qtwaylandscanner Tool:
|
||||
#####################################################################
|
||||
|
||||
qt_add_tool(qtwaylandscanner
|
||||
qt_get_tool_target_name(target_name qtwaylandscanner)
|
||||
qt_add_tool(${target_name}
|
||||
SOURCES
|
||||
qtwaylandscanner.cpp
|
||||
PUBLIC_LIBRARIES
|
||||
|
@ -4,7 +4,8 @@
|
||||
## qtwaylandscanner Tool:
|
||||
#####################################################################
|
||||
|
||||
qt_add_tool(qtwaylandscanner
|
||||
qt_get_tool_target_name(target_name qtwaylandscanner)
|
||||
qt_add_tool(${target_name}
|
||||
TOOLS_TARGET WaylandScanner # special case
|
||||
SOURCES
|
||||
qtwaylandscanner.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user