aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qmlcachegen/qmlcachegen.pro
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2018-03-26 13:52:17 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2018-06-19 13:30:35 +0000
commit0996f18b252504ccc2db94b16c751835e3b9be8e (patch)
tree704c832290bcb119c6ba9438f8823004798115ed /tests/auto/qml/qmlcachegen/qmlcachegen.pro
parent16cf097972a72656142ab0ed797282ad95ee5713 (diff)
Fix CONFIG+=qtquickcompiler with umlauts in the file path
Instead of replacing every character that is not allowed in C++ identifiers with an underscore (which in turn could lead to collissions), replace it with the hexadecimal value of the offending character's unicode value. In addition we must use the complete suffix when mapping Foo.qml to Foo_qml.cpp. Task-number: QTBUG-68608 Started-by: Erik Verbruggen <erik.verbruggen@qt.io> Change-Id: I7e2153f0e6671b37dcaee4efb9aaae1d9b230f0c Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests/auto/qml/qmlcachegen/qmlcachegen.pro')
-rw-r--r--tests/auto/qml/qmlcachegen/qmlcachegen.pro3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/auto/qml/qmlcachegen/qmlcachegen.pro b/tests/auto/qml/qmlcachegen/qmlcachegen.pro
index 40de4548a7..6dee2a0454 100644
--- a/tests/auto/qml/qmlcachegen/qmlcachegen.pro
+++ b/tests/auto/qml/qmlcachegen/qmlcachegen.pro
@@ -16,4 +16,7 @@ RESOURCES += jsimport.qml script.js library.js
RESOURCES += Enums.qml
+# QTBUG-46375
+!win32: RESOURCES += trickypaths_umlaut.qrc
+
QT += core-private qml-private testlib