summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-09-20 10:32:28 +0200
committerTobias Hunger <tobias.hunger@qt.io>2019-09-20 09:27:41 +0000
commit6cefa950e9a87718b2acec8d7ab405ea1b09c444 (patch)
tree779d2ac38e54b5b25dc6655fcbec0367c2aa04b0 /util
parente619a387fbb1032c3fec825948647017fd5a9a0f (diff)
CMake: pro2cmake: Handle OBJECTIVE_HEADERS
Change-Id: I9a7b9c96530e8c922cf4aa5b6580e5579829db87 Reviewed-by: Cristian Maureira-Fredes <cristian.maureira-fredes@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 009cebdaf5..f135b9d998 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -1794,7 +1794,7 @@ def write_all_source_file_lists(
cm_fh,
scope,
header,
- ["SOURCES", "HEADERS", "OBJECTIVE_SOURCES", "NO_PCH_SOURCES", "FORMS"] + extra_keys,
+ ["SOURCES", "HEADERS", "OBJECTIVE_SOURCES", "OBJECTIVE_HEADERS", "NO_PCH_SOURCES", "FORMS"] + extra_keys,
indent,
footer=footer,
)