forked from qt-creator/qt-creator
Add configuration option for default build directory
Change the UI to always show the editor for the build directory. Default to what we do for qmake projects right now (with shadow- building enabled). Use this setting in qmake based projects. Set this to '.' for in-source builds by default. Change-Id: I3fb26ab817b0f545e9b318b68e592df8040d5562 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -227,6 +227,8 @@ const char VARIABLE_SUPPORT_PROPERTY[] = "QtCreator.VariableSupport";
|
||||
|
||||
const char TR_CLEAR_MENU[] = QT_TRANSLATE_NOOP("Core", "Clear Menu");
|
||||
|
||||
const char DEFAULT_BUILD_DIRECTORY[] = "../build-%{CurrentProject:Name}-%{CurrentKit:FileSystemName}-%{CurrentBuild:Name}";
|
||||
|
||||
const int TARGET_ICON_SIZE = 32;
|
||||
|
||||
} // namespace Constants
|
||||
|
||||
Reference in New Issue
Block a user