summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorTobias Hunger <tobias.hunger@qt.io>2019-01-23 12:56:11 +0100
committerTobias Hunger <tobias.hunger@qt.io>2019-01-29 09:01:16 +0000
commit404d0b59754a4568264c285e7bf517d1c01d8228 (patch)
treed07dd9bd41550c7812b54d086a2070aefcc51a14 /util
parent0a9e5e139a2c23553f4046897c3be4b1df3dfdfa (diff)
CMake: pro2cmake.py: Resolve file names for RESOURCES
Change-Id: I821cdc88c7f45260997e118ab2abfd7ba6526b75 Reviewed-by: Simon Hausmann <simon.hausmann@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 114677e86e..0e4ed74362 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -259,7 +259,7 @@ class Scope:
value = statement.get('value', [])
assert key != ''
- if key in ('HEADERS', 'SOURCES', 'INCLUDEPATH') \
+ if key in ('HEADERS', 'SOURCES', 'INCLUDEPATH', 'RESOURCES',) \
or key.endswith('_HEADERS') \
or key.endswith('_SOURCES'):
value = [map_to_file(v, scope.basedir(),