Run make format
Change-Id: If1107aefbfd374d6b664a94b21b9bbb5ed4cc178 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
parent
99a824bbb7
commit
b29cb7889a
@ -363,12 +363,8 @@ _qt_library_map = [
|
|||||||
"Qt::LinuxOfonoSupportPrivate",
|
"Qt::LinuxOfonoSupportPrivate",
|
||||||
extra=["COMPONENTS", "LinuxOfonoSupportPrivate"],
|
extra=["COMPONENTS", "LinuxOfonoSupportPrivate"],
|
||||||
),
|
),
|
||||||
LibraryMapping(
|
LibraryMapping("tools", "Qt6", "Qt::Tools", extra=["COMPONENTS", "Tools"]),
|
||||||
"tools", "Qt6", "Qt::Tools", extra=["COMPONENTS", "Tools"]
|
LibraryMapping("axcontainer", "Qt6", "Qt::AxContainer", extra=["COMPONENTS", "AxContainer"]),
|
||||||
),
|
|
||||||
LibraryMapping(
|
|
||||||
"axcontainer", "Qt6", "Qt::AxContainer", extra=["COMPONENTS", "AxContainer"]
|
|
||||||
),
|
|
||||||
LibraryMapping(
|
LibraryMapping(
|
||||||
"webkitwidgets", "Qt6", "Qt::WebKitWidgets", extra=["COMPONENTS", "WebKitWidgets"]
|
"webkitwidgets", "Qt6", "Qt::WebKitWidgets", extra=["COMPONENTS", "WebKitWidgets"]
|
||||||
)
|
)
|
||||||
|
@ -2916,7 +2916,7 @@ def write_test(cm_fh: IO[str], scope: Scope, gui: bool = False, *, indent: int =
|
|||||||
|
|
||||||
target_original = scope.TARGET_ORIGINAL
|
target_original = scope.TARGET_ORIGINAL
|
||||||
if target_original and target_original.startswith("../"):
|
if target_original and target_original.startswith("../"):
|
||||||
extra.append("OUTPUT_DIRECTORY \"${CMAKE_CURRENT_BINARY_DIR}/../\"")
|
extra.append('OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/../"')
|
||||||
|
|
||||||
requires_content = expand_project_requirements(scope, skip_message=True)
|
requires_content = expand_project_requirements(scope, skip_message=True)
|
||||||
if requires_content:
|
if requires_content:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user