aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/styles/styles.qrc
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2015-10-26 15:50:25 +0200
committerJarkko Koivikko <jarkko.koivikko@code-q.fi>2015-10-28 09:45:05 +0000
commita7c373d8f23c03d93b0ef92774163d1913f3e053 (patch)
treeaff40d2e64b396b0075f4501e947509db99e2ea1 /src/virtualkeyboard/styles/styles.qrc
parent03e2a1036061b82739041911e3827de3cb388d02 (diff)
Refactor resource paths
This change modifies the internal resource paths and makes them unique in the global context to avoid conflict with the application namespace. Change-Id: I72b17b744e07f5a94bb5ba99f3632d7f67b307ae Reviewed-by: Mitch Curtis <mitch.curtis@theqtcompany.com>
Diffstat (limited to 'src/virtualkeyboard/styles/styles.qrc')
-rw-r--r--src/virtualkeyboard/styles/styles.qrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/virtualkeyboard/styles/styles.qrc b/src/virtualkeyboard/styles/styles.qrc
index 7ea39976..df80b80b 100644
--- a/src/virtualkeyboard/styles/styles.qrc
+++ b/src/virtualkeyboard/styles/styles.qrc
@@ -1,5 +1,5 @@
<RCC>
- <qresource prefix="/content/styles">
+ <qresource prefix="/QtQuick/Enterprise/VirtualKeyboard/Styles/content">
<file>KeyboardStyle.qml</file>
<file>KeyIcon.qml</file>
<file>KeyPanel.qml</file>