summaryrefslogtreecommitdiffstats
path: root/src/tools/qcom_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/qcom_p.h')
-rw-r--r--src/tools/qcom_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/qcom_p.h b/src/tools/qcom_p.h
index 0bf1f4aea..a53c79c80 100644
--- a/src/tools/qcom_p.h
+++ b/src/tools/qcom_p.h
@@ -297,9 +297,9 @@ public: \
# define Q_UCM_VERIFICATION_DATA \
static const char *qt_ucm_verification_data = \
"pattern=""QT_UCM_VERIFICATION_DATA""\n" \
- "version="QT_VERSION_STR"\n" \
+ "version="TQT_VERSION_STR"\n" \
"flags="Q_UCM_FLAGS_STRING"\n" \
- "buildkey="QT_BUILD_KEY"\0";
+ "buildkey="TQT_BUILD_KEY"\0";
#endif // Q_UCM_VERIFICATION_DATA
// This macro expands to the default implementation of ucm_instantiate.