summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorLeander Beernaert <leander.beernaert@qt.io>2019-08-23 11:39:30 +0200
committerLeander Beernaert <leander.beernaert@qt.io>2019-08-23 10:04:30 +0000
commitbf298499a058394cff1041580c29d30fc78568ef (patch)
treef1aa5806628c734b3fe09e85ca2cf74ba797d555 /util
parentacdc5dfaee8502f12486204fd2f01ba7eb0bbbfd (diff)
Update public CMake macros' version
Update all public Qt macros to use qt6/QT6 instead of qt5/QT6. Change-Id: Ib178f4fa21f37dfb8da7d4d8c097aa0e96c9d9f9 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 0b03e2f690..54521bab55 100755
--- a/util/cmake/pro2cmake.py
+++ b/util/cmake/pro2cmake.py
@@ -214,7 +214,7 @@ def write_add_qt_resource_call(target: str, resource_name: str, prefix: typing.O
params += ' BASE\n "{}"\n'.format(base_dir)
add_resource_command = ''
if is_example:
- add_resource_command = 'QT5_ADD_RESOURCES'
+ add_resource_command = 'QT6_ADD_RESOURCES'
else:
add_resource_command = 'add_qt_resource'
output += '{}({} "{}"\n{} FILES\n {}\n)\n'.format(add_resource_command,