From f2ede1a01237c0ff0285716359a8b57a6676a94d Mon Sep 17 00:00:00 2001 From: J-P Nurmi Date: Sat, 23 Apr 2016 19:34:15 +0200 Subject: QQuickStyleSelector: fix relative path handling This makes it possible to pass a relative path to the style: ./myapp -style relative/path/to/my/style To make the tests pass, includes a fix to avoid double slashes in selected URLs. Change-Id: I1b366eb7793523dd0f1058236661cedaa1216f3d Reviewed-by: Mitch Curtis --- tests/auto/qquickstyleselector/data/Button.qml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 tests/auto/qquickstyleselector/data/Button.qml (limited to 'tests/auto/qquickstyleselector/data/Button.qml') diff --git a/tests/auto/qquickstyleselector/data/Button.qml b/tests/auto/qquickstyleselector/data/Button.qml new file mode 100644 index 00000000..5b08222c --- /dev/null +++ b/tests/auto/qquickstyleselector/data/Button.qml @@ -0,0 +1,2 @@ +import QtQuick.Templates 2.0 as T +T.Button { } -- cgit v1.2.3