aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qquickfolderlistmodel/qquickfolderlistmodel.pro
diff options
context:
space:
mode:
authorCharles Yin <charles.yin@nokia.com>2012-03-20 13:49:15 +1000
committerQt by Nokia <qt-info@nokia.com>2012-03-20 05:37:59 +0100
commit11741f9d778ab1f2221b9b568e16920ad8dca393 (patch)
tree451d66a25867593f57b4fe59583426710b2bf590 /tests/auto/qml/qquickfolderlistmodel/qquickfolderlistmodel.pro
parent87308c93c8a6359377d5546f0ef87d27737787d8 (diff)
Fix FolderListModel path issue on Windows
Task-number: QTBUG-24777 Change-Id: I819c2e07b23e8740f7570f117dafb2340f7c00e9 Reviewed-by: Martin Jones <martin.jones@nokia.com>
Diffstat (limited to 'tests/auto/qml/qquickfolderlistmodel/qquickfolderlistmodel.pro')
-rw-r--r--tests/auto/qml/qquickfolderlistmodel/qquickfolderlistmodel.pro4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/auto/qml/qquickfolderlistmodel/qquickfolderlistmodel.pro b/tests/auto/qml/qquickfolderlistmodel/qquickfolderlistmodel.pro
index 68c0d79f92..7cda6f1ef4 100644
--- a/tests/auto/qml/qquickfolderlistmodel/qquickfolderlistmodel.pro
+++ b/tests/auto/qml/qquickfolderlistmodel/qquickfolderlistmodel.pro
@@ -9,6 +9,4 @@ include (../../shared/util.pri)
TESTDATA = data/*
CONFIG += parallel_test
-QT += core-private gui-private qml-private testlib
-
-win32:CONFIG += insignificant_test # QTBUG-24777
+QT += core-private gui-private qml-private testlib \ No newline at end of file