From d2441caf6eb37a5fc0ae250064e8df344070a522 Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Sat, 28 Dec 2013 14:46:17 +0100 Subject: Cleanup: The QtQuick2 test does not need Qt += declarative. Change-Id: Ibd9a696a86939530cd08d57a9ef9cbeb3125bbd8 Reviewed-by: Simon Hausmann --- tests/qml/qml.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/qml/qml.pro b/tests/qml/qml.pro index a2b6933..8f2df3f 100644 --- a/tests/qml/qml.pro +++ b/tests/qml/qml.pro @@ -1,4 +1,4 @@ -QT += testlib declarative +QT += testlib TEMPLATE = app TARGET = qml -- cgit v1.2.1