aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/snippets/data/dependencies.qml
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2020-05-15 10:39:51 +0200
committerMitch Curtis <mitch.curtis@qt.io>2020-05-28 08:09:33 +0200
commit0e18524a84d2aae65c54edc676d8ad7348f7d61c (patch)
tree4e61bfe0b80ed66fbe888a90b5bb3550d14c7747 /tests/auto/snippets/data/dependencies.qml
parentf91f9587ea27b5d5d802f1d75982792e988308f5 (diff)
Remove Qt Labs Calendar
This is getting its own repository as part of the move to the marketplace. Task-number: QTBUG-84172 Pick-to: 5.15 Change-Id: I2f963c298d6ef95e0832f95aa1e1ea809f4867a2 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'tests/auto/snippets/data/dependencies.qml')
-rw-r--r--tests/auto/snippets/data/dependencies.qml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/snippets/data/dependencies.qml b/tests/auto/snippets/data/dependencies.qml
index db0a968d..0fe2dbf0 100644
--- a/tests/auto/snippets/data/dependencies.qml
+++ b/tests/auto/snippets/data/dependencies.qml
@@ -3,6 +3,5 @@ import QtQuick.Layouts 1.12
import QtQuick.Controls 2.12
import QtQuick.Controls.Material 2.12
import QtQuick.Controls.Universal 2.12
-import Qt.labs.calendar 1.0
Control { }