From: Stephen Kelly Date: Tue, 2 Jul 2013 22:13:38 +0000 (+0200) Subject: Add a unit test for testing Qt in its install location. X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=2fac1d95f7094f6ff086e2f8de9c51f6ef1270c4;p=konrad%2Fqtdeclarative.git Add a unit test for testing Qt in its install location. Change-Id: Ide70affa28f0ec37535b5a4ce1bcafac8ac58351 Reviewed-by: Stephen Kelly --- diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro index 7f9281c..b64fc07 100644 --- a/tests/auto/auto.pro +++ b/tests/auto/auto.pro @@ -6,6 +6,9 @@ SUBDIRS=\ particles \ qmltest \ qmldevtools \ - cmake + cmake \ + installed_cmake + +installed_cmake.depends = cmake testcocoon: SUBDIRS -= headersclean diff --git a/tests/auto/installed_cmake/installed_cmake.pro b/tests/auto/installed_cmake/installed_cmake.pro new file mode 100644 index 0000000..14d0b28 --- /dev/null +++ b/tests/auto/installed_cmake/installed_cmake.pro @@ -0,0 +1,4 @@ +include(../cmake/cmake.pro) + +CONFIG -= ctest_testcase +CONFIG += ctest_testcase_installed