From ed12120bf26479a95c6ef194a2563bcd335cedb9 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Thu, 29 Sep 2016 22:30:49 +0300 Subject: [PATCH] QmlDesigner: Fix test compilation Change-Id: I092b28d10af15edff77a6806cd71554cc5be0d73 Reviewed-by: Tim Jenssen --- tests/auto/qml/qmldesigner/coretests/coretests.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/auto/qml/qmldesigner/coretests/coretests.pro b/tests/auto/qml/qmldesigner/coretests/coretests.pro index 4096ae90a93..8f4f2e136c8 100644 --- a/tests/auto/qml/qmldesigner/coretests/coretests.pro +++ b/tests/auto/qml/qmldesigner/coretests/coretests.pro @@ -6,7 +6,8 @@ QTC_LIB_DEPENDS += \ QTC_PLUGIN_DEPENDS += \ coreplugin \ - qmljseditor + qmljseditor \ + qmakeprojectmanager include(../../../qttest.pri)