From 285bffd99b5bd7c6845b88fa42aae47001da31a7 Mon Sep 17 00:00:00 2001 From: Fawzi Mohamed <fawzi.mohamed@digia.com> Date: Tue, 15 Jan 2013 19:21:24 +0100 Subject: [PATCH] tests/qmlproject: adding utils lib Change-Id: I80c952ef8571229893adc6002b39812d6b738b9e Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com> --- tests/auto/qml/qmlprojectmanager/fileformat/fileformat.pro | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/auto/qml/qmlprojectmanager/fileformat/fileformat.pro b/tests/auto/qml/qmlprojectmanager/fileformat/fileformat.pro index ec195534d9c..639e7b7a043 100644 --- a/tests/auto/qml/qmlprojectmanager/fileformat/fileformat.pro +++ b/tests/auto/qml/qmlprojectmanager/fileformat/fileformat.pro @@ -6,6 +6,7 @@ QT += script \ PLUGIN_DIR=../../../../../src/plugins/qmlprojectmanager include($$PLUGIN_DIR/fileformat/fileformat.pri) +include($$IDE_SOURCE_TREE/src/libs/utils/utils.pri) INCLUDEPATH += $$PLUGIN_DIR/fileformat -- GitLab