summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorJoerg Bornemann <joerg.bornemann@qt.io>2022-03-02 12:45:11 +0100
committerJoerg Bornemann <joerg.bornemann@qt.io>2022-03-03 15:56:08 +0100
commitf56c068ee07e9ae0d1ecc2c2c69873e998785bba (patch)
treec791042aba9e56cf8a9144870a399f3725dd321b /util
parent3d6c86ec574a7672ddc0ec67a4d1f5753e915004 (diff)
downloadqtbase-f56c068ee07e9ae0d1ecc2c2c69873e998785bba.tar.gz
pro2cmake: Fix indentation of INSTALL_EXAMPLESDIR assignment
Change-Id: If1f5d8b5afc76fac62fdf9836a17c4ab87ddc1b1 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util')
-rwxr-xr-xutil/cmake/pro2cmake.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index 0361a99280..6f8984eae8 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -3803,7 +3803,7 @@ def write_example(
"set(CMAKE_AUTOMOC ON)\n"
"set(CMAKE_AUTOUIC ON)\n\n"
"if(NOT DEFINED INSTALL_EXAMPLESDIR)\n"
- ' set(INSTALL_EXAMPLESDIR "examples")\n'
+ ' set(INSTALL_EXAMPLESDIR "examples")\n'
"endif()\n\n"
f'set(INSTALL_EXAMPLEDIR "{example_install_dir}")\n\n'
)