From 9ffd7a339f0da644c95e71583134263c06745ed5 Mon Sep 17 00:00:00 2001 From: Rohan McGovern Date: Thu, 17 Nov 2011 15:39:19 +1000 Subject: Added build system support for installing tests. Tests will install under $$[QT_INSTALL_TESTS]. TESTDATA may be used to install additional testdata required by the test. The default install rule may be disabled by CONFIG+=no_testcase_installs. Change-Id: I204de60c8e844775906ffd016ca50bffbb414142 Reviewed-by: Oswald Buddenhagen --- src/corelib/global/qlibraryinfo.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/corelib/global/qlibraryinfo.h') diff --git a/src/corelib/global/qlibraryinfo.h b/src/corelib/global/qlibraryinfo.h index dafc6bbd8b..8d1607d045 100644 --- a/src/corelib/global/qlibraryinfo.h +++ b/src/corelib/global/qlibraryinfo.h @@ -77,7 +77,8 @@ public: TranslationsPath, SettingsPath, ExamplesPath, - ImportsPath + ImportsPath, + TestsPath }; static QString location(LibraryLocation); // ### Qt 5: consider renaming it to path() -- cgit v1.2.3