From 10ba6eb62f04c5e97cd692f57f37655b5b6fe6d6 Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Fri, 9 Nov 2012 11:07:53 +0100 Subject: [PATCH] Don't install tst_qmltest to $QTDIR/tests Don't try to install the tst_qmltest by default, since it will install itself to $QTDIR/tests. Task-number: QTBUG-26661 Change-Id: I310f660cc486ffb4358af14ea15db389375ed802 Reviewed-by: Miikka Heikkinen --- examples/qmltest/qmltest/qmltest.pro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/qmltest/qmltest/qmltest.pro b/examples/qmltest/qmltest/qmltest.pro index 40d964c..033a90b 100644 --- a/examples/qmltest/qmltest/qmltest.pro +++ b/examples/qmltest/qmltest/qmltest.pro @@ -2,3 +2,6 @@ TEMPLATE=app TARGET=tst_qmltestexample CONFIG += qmltestcase SOURCES += tst_qmltest.cpp + +# Don't install by default +CONFIG += no_testcase_installs -- 2.7.4