aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorJeremy Katz <jeremy@panix.com>2016-06-22 12:12:06 -0700
committerJeremy Katz <jeremy@panix.com>2016-07-20 09:49:51 +0000
commita717da9bb7e7e5e1b84008ba59559ce6d8d5dbcc (patch)
treead7739aee13901e37f00b1680ed252c6b544282c /tests/auto/auto.pro
parentbc7d95510fd509535b2bfa3c715937b3c3d56507 (diff)
Enable loading styles from multiple import paths
Import was previously allowed from two locations: * qrc:/QtQuick/VirtualKeyboard/content/styles/ * The first import path containing QtQuick/VirtualKeyboard/Styles/ This prevents an application-supplied style outside of these locations from being used, even if the style name is unique. [ChangeLog] Added support for styles in any Qml import path under the directory QtQuick/VirtualKeyboard/Styles/<style> Change-Id: Ie6034709182f182efacb0317e49d095d51ced5a6 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index 47f3c50a..508e6f97 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -2,4 +2,5 @@ TEMPLATE = subdirs
SUBDIRS += \
inputpanel \
+ styles \