From 8d0c47724599ad279a88e3632784be40cc4175da Mon Sep 17 00:00:00 2001 From: Tobias Hunger Date: Tue, 1 Feb 2011 18:36:00 +0100 Subject: ToolChain: Refactor toolchain support Refactor ToolChains in Qt Creator: * Allow for several toolchains of the same type * Be smarter wrt. guessing what kind of output a toolchain produces. This allows us to eventually handle e.g. embedded linux setups way better than before. * Be smarter wrt. guessing what kind of environment a Qt version needs. * Improve auto-detection of toolchains a bit * Decide on which debugger to use based on the kind of output produced by the compiler. * Add options page to configure toolchains * Remove toolchain related options from the Qt version dialog Reviewed-by: dt --- src/plugins/qmlprojectmanager/qmlprojectrunconfigurationwidget.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/plugins/qmlprojectmanager/qmlprojectrunconfigurationwidget.cpp') diff --git a/src/plugins/qmlprojectmanager/qmlprojectrunconfigurationwidget.cpp b/src/plugins/qmlprojectmanager/qmlprojectrunconfigurationwidget.cpp index cf843ab5ed..dfd66b6483 100644 --- a/src/plugins/qmlprojectmanager/qmlprojectrunconfigurationwidget.cpp +++ b/src/plugins/qmlprojectmanager/qmlprojectrunconfigurationwidget.cpp @@ -41,6 +41,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.1