Run make format

Change-Id: If1107aefbfd374d6b664a94b21b9bbb5ed4cc178
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
This commit is contained in:
Leander Beernaert 2020-01-16 09:39:26 +01:00
parent 99a824bbb7
commit b29cb7889a
2 changed files with 3 additions and 7 deletions

View File

@ -363,12 +363,8 @@ _qt_library_map = [
"Qt::LinuxOfonoSupportPrivate",
extra=["COMPONENTS", "LinuxOfonoSupportPrivate"],
),
LibraryMapping(
"tools", "Qt6", "Qt::Tools", extra=["COMPONENTS", "Tools"]
),
LibraryMapping(
"axcontainer", "Qt6", "Qt::AxContainer", extra=["COMPONENTS", "AxContainer"]
),
LibraryMapping("tools", "Qt6", "Qt::Tools", extra=["COMPONENTS", "Tools"]),
LibraryMapping("axcontainer", "Qt6", "Qt::AxContainer", extra=["COMPONENTS", "AxContainer"]),
LibraryMapping(
"webkitwidgets", "Qt6", "Qt::WebKitWidgets", extra=["COMPONENTS", "WebKitWidgets"]
)

View File

@ -2916,7 +2916,7 @@ def write_test(cm_fh: IO[str], scope: Scope, gui: bool = False, *, indent: int =
target_original = scope.TARGET_ORIGINAL
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)
if requires_content: