forked from qt-creator/qt-creator
AutoTest: Add project based {en|dis}abling of test frameworks
Provide integration into the 'Project' view which allows to set some settings on a per project base. For now only enabling or disabling of test frameworks. Task-number: QTCREATORBUG-16704 Change-Id: Iedd9a300164931e07a21cbb4e5a222be3266c81e Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
committed by
David Schulz
parent
edcd955aad
commit
43e27f76b3
@@ -47,6 +47,7 @@ const char FRAMEWORK_PREFIX[] = "AutoTest.Framework.";
|
||||
const char SETTINGSPAGE_PREFIX[] = "A.AutoTest.";
|
||||
const char SETTINGSGROUP[] = "Autotest";
|
||||
const char TASK_MARK_ID[] = "Autotest.TaskMark";
|
||||
const char SK_USE_GLOBAL[] = "AutoTest.UseGlobal";
|
||||
} // namespace Constants
|
||||
|
||||
namespace Internal {
|
||||
|
||||
Reference in New Issue
Block a user