From 0797e0cb2072a0b5cac4d8db2205d932cc64d25c Mon Sep 17 00:00:00 2001 From: Mitch Curtis Date: Fri, 18 Sep 2015 13:40:01 +0200 Subject: Merge Qt Quick Extras into Qt Quick Controls The original split existed because the public and enterprise controls were developed separately. Now that all controls are public and developed together, the split no longer makes sense and is difficult for users to understand. Change-Id: I00420f4d09f8c837232231d03fe818b7b3403fab Reviewed-by: Gabriel de Dietrich Reviewed-by: Frederik Gladhorn Reviewed-by: J-P Nurmi --- tests/auto/sanity/tst_sanity.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/auto/sanity') diff --git a/tests/auto/sanity/tst_sanity.cpp b/tests/auto/sanity/tst_sanity.cpp index a32502f0..1b9eebdd 100644 --- a/tests/auto/sanity/tst_sanity.cpp +++ b/tests/auto/sanity/tst_sanity.cpp @@ -149,7 +149,6 @@ void tst_Sanity::initTestCase() foreach (const QString &path, engine.importPathList()) { files.unite(listQmlFiles(QDir(path + "/QtQuick/Calendar.2"))); files.unite(listQmlFiles(QDir(path + "/QtQuick/Controls.2"))); - files.unite(listQmlFiles(QDir(path + "/QtQuick/Extras.2"))); } } -- cgit v1.2.3