summaryrefslogtreecommitdiffstats
path: root/util/cmake/pro2cmake.py
diff options
context:
space:
mode:
authorAlexandru Croitor <alexandru.croitor@qt.io>2019-11-13 10:53:59 +0100
committerAlexandru Croitor <alexandru.croitor@qt.io>2019-11-13 13:35:40 +0000
commitc219aaf4d119d7114b9f366d43d3ff2700aaf4ad (patch)
tree80f775726a2da9b89c3c7876fcd751b81f27991f /util/cmake/pro2cmake.py
parent2679ae3719c9cb2fe3a9735b84c5bfe07f5d35d5 (diff)
pro2cmake: Reformat code with black
Change-Id: I699031d4a05dad84a0807039dcdba17fd5acf2e3 Reviewed-by: Qt CMake Build Bot Reviewed-by: Leander Beernaert <leander.beernaert@qt.io> Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'util/cmake/pro2cmake.py')
-rwxr-xr-xutil/cmake/pro2cmake.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/cmake/pro2cmake.py b/util/cmake/pro2cmake.py
index 0d1025988e..1b4df942f9 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -249,6 +249,7 @@ def is_benchmark_project(project_file_path: str = "") -> bool:
# relative to the repo source dir, then it must be a benchmark
return project_relative_path.startswith("tests/benchmarks")
+
def is_manual_test_project(project_file_path: str = "") -> bool:
qmake_conf_path = find_qmake_conf(project_file_path)
qmake_conf_dir_path = os.path.dirname(qmake_conf_path)