summaryrefslogtreecommitdiffstats
path: root/mkspecs
diff options
context:
space:
mode:
authorTasuku Suzuki <tasuku.suzuki@kdab.com>2021-03-16 11:52:10 +0900
committerTasuku Suzuki <tasuku.suzuki@kdab.com>2021-03-16 17:14:21 +0900
commite0f11022f133c6a8316297e6299b9272f7474119 (patch)
tree11e5188714e9e5b63acec0c26be5380bcd7080ce /mkspecs
parent68e69588e0270262f90c3050665eade81551d54b (diff)
Fix a typo in resources_functions.prf
Change-Id: I38b81ba63612bd90b0a70f6b0c468667581b3c11 Reviewed-by: Joerg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'mkspecs')
-rw-r--r--mkspecs/features/resources_functions.prf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkspecs/features/resources_functions.prf b/mkspecs/features/resources_functions.prf
index 9b0086596d..729685db10 100644
--- a/mkspecs/features/resources_functions.prf
+++ b/mkspecs/features/resources_functions.prf
@@ -115,7 +115,7 @@ defineTest(qtEnsurePluginResourcesCpp) {
RESOURCE_INIT_CONT = \
"// This file is autogenerated by qmake. It contains a function that" \
"// references all resources the plugin includes and the function is" \
- "// referenced by Qt_(MOC_)EXPORT_PLUGIN to ensure the inclusion in" \
+ "// referenced by QT_(MOC_)EXPORT_PLUGIN to ensure the inclusion in" \
"// the statically linked plugin." \
"$${LITERAL_HASH}include <QtCore/qglobal.h>" \
"void $${resource_init_function}() " \