From a5d8d21e5ff33b88c15f4767b3a0d04ad4dbed7a Mon Sep 17 00:00:00 2001 From: Milian Wolff Date: Sat, 28 Dec 2013 15:47:15 +0100 Subject: Allow running of QML tests without needing "make install" first. In addition to these steps, the developer must symlink the qmldir from the source directory to /qml/QtWebChannel. Change-Id: Ieb1131edc907c98d9ce9134760f14633b07eb080 Reviewed-by: Simon Hausmann --- tests/qml/qml.pro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/qml/qml.pro b/tests/qml/qml.pro index 8f2df3f..4a68cd1 100644 --- a/tests/qml/qml.pro +++ b/tests/qml/qml.pro @@ -1,11 +1,11 @@ -QT += testlib +QT += testlib webchannel TEMPLATE = app TARGET = qml CONFIG += warn_on qmltestcase # TODO: running tests without requiring make install -IMPORTPATH += $$PWD +IMPORTPATH += $$OUT_PWD/../../qml $$PWD SOURCES += \ qml.cpp -- cgit v1.2.1