CMake: Re-generate CMakeLists.txt files for src/tools/*
Re-generate the CMakeLists.txt files for qdbusxml2cpp, qdbuscpp2xml, qlalr and qvkgen. Change-Id: I473a7bbdfa5ed5049d17324fb7dab4940124ef86 Reviewed-by: Albert Astals Cid <albert.astals.cid@kdab.com>bb10
parent
0fb799a0d7
commit
27fc264b7d
|
|
@ -1,3 +1,9 @@
|
|||
# Generated from qdbuscpp2xml.pro.
|
||||
|
||||
#####################################################################
|
||||
## qdbuscpp2xml Tool:
|
||||
#####################################################################
|
||||
|
||||
add_qt_tool(qdbuscpp2xml
|
||||
SOURCES
|
||||
../moc/cbordevice.h
|
||||
|
|
@ -9,14 +15,26 @@ add_qt_tool(qdbuscpp2xml
|
|||
../moc/symbols.h
|
||||
../moc/token.cpp ../moc/token.h
|
||||
../moc/utils.h
|
||||
qdbuscpp2xml.cpp
|
||||
qdbuscpp2xml.cpp # special case
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
QT_NO_FOREACH
|
||||
INCLUDE_DIRECTORIES
|
||||
../moc/
|
||||
../moc/../../3rdparty/tinycbor/src
|
||||
../moc
|
||||
LIBRARIES
|
||||
tinycbor # special case
|
||||
Qt::CorePrivate
|
||||
Qt::DBusPrivate
|
||||
# COMPILE_OPTIONS # special case
|
||||
# "$$QT_HOST_CFLAGS_DBUS"
|
||||
# QMAKE_TARGET_DESCRIPTION = "Qt D-Bus C++ to XML Compiler"
|
||||
# _LOADED = "qt_tool"
|
||||
# _OPTION = "host_build"
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
# special case:
|
||||
# extend_target(qdbuscpp2xml CONDITION force_bootstrap [...])
|
||||
# extend_target(qdbuscpp2xml CONDITION NOT force_bootstrap [...])
|
||||
|
|
|
|||
|
|
@ -1,9 +1,29 @@
|
|||
# Generated from qdbusxml2cpp.pro.
|
||||
|
||||
#####################################################################
|
||||
## qdbusxml2cpp Tool:
|
||||
#####################################################################
|
||||
|
||||
add_qt_tool(qdbusxml2cpp
|
||||
SOURCES qdbusxml2cpp.cpp
|
||||
SOURCES
|
||||
qdbusxml2cpp.cpp
|
||||
DEFINES
|
||||
QT_NO_CAST_FROM_ASCII
|
||||
QT_NO_FOREACH
|
||||
LIBRARIES
|
||||
Qt::CorePrivate
|
||||
Qt::DBusPrivate
|
||||
# COMPILE_OPTIONS # special case
|
||||
# "$$QT_HOST_CFLAGS_DBUS"
|
||||
# QMAKE_TARGET_DESCRIPTION = "Qt D-Bus XML to C++ Compiler"
|
||||
# _LOADED = "qt_tool"
|
||||
# _OPTION = "host_build"
|
||||
)
|
||||
|
||||
## Scopes:
|
||||
#####################################################################
|
||||
|
||||
# special case:
|
||||
# extend_target(qdbusxml2cpp CONDITION NOT force_bootstrap [...])
|
||||
#extend_target(qdbusxml2cpp CONDITION NOT QT_FEATURE_commandlineparser AND NOT force_bootstrap [...])
|
||||
# extend_target(qdbusxml2cpp CONDITION force_bootstrap [...])
|
||||
|
|
|
|||
|
|
@ -1,3 +1,9 @@
|
|||
# Generated from qlalr.pro.
|
||||
|
||||
#####################################################################
|
||||
## qlalr Tool:
|
||||
#####################################################################
|
||||
|
||||
add_qt_tool(qlalr
|
||||
SOURCES
|
||||
compress.cpp compress.h
|
||||
|
|
@ -10,4 +16,8 @@ add_qt_tool(qlalr
|
|||
recognizer.cpp recognizer.h
|
||||
DEFINES
|
||||
QT_NO_FOREACH
|
||||
# OTHER_FILES = "lalr.g"
|
||||
# QMAKE_TARGET_DESCRIPTION = "Qt Look Ahead LR Parser Generator"
|
||||
# _LOADED = "qt_tool"
|
||||
# _OPTION = "host_build"
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,5 +1,13 @@
|
|||
# Generated from qvkgen.pro.
|
||||
|
||||
#####################################################################
|
||||
## qvkgen Tool:
|
||||
#####################################################################
|
||||
|
||||
add_qt_tool(qvkgen SOURCES qvkgen.cpp)
|
||||
add_qt_tool(qvkgen
|
||||
SOURCES
|
||||
qvkgen.cpp
|
||||
# QMAKE_TARGET_DESCRIPTION = "Qt Vulkan Header Generator"
|
||||
# _LOADED = "qt_tool"
|
||||
# _OPTION = "host_build"
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue