forked from qt-creator/qt-creator
debugger: move qtInstallPath closer to place where it is used
Change-Id: I6ed602a7cf498d56fa79cef72aebe7742bc50075 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -107,14 +107,11 @@ public:
|
||||
QString projectBuildDirectory;
|
||||
QStringList projectSourceFiles;
|
||||
|
||||
|
||||
QString qtInstallPath;
|
||||
// Used by remote debugging.
|
||||
QString remoteChannel;
|
||||
QString symbolFileName;
|
||||
bool useServerStartScript;
|
||||
QString serverStartScript;
|
||||
//QString sysroot;
|
||||
QString searchPath; // Gdb "set solib-search-path"
|
||||
QString debugInfoLocation; // Gdb "set-debug-file-directory".
|
||||
QStringList debugSourceLocation; // Gdb "directory"
|
||||
@@ -125,9 +122,6 @@ public:
|
||||
QSsh::SshConnectionParameters connParams;
|
||||
bool remoteSetupNeeded;
|
||||
|
||||
//QString debuggerCommand;
|
||||
//ProjectExplorer::Abi toolChainAbi;
|
||||
|
||||
QString dumperLibrary;
|
||||
QStringList solibSearchPath;
|
||||
QStringList dumperLibraryLocations;
|
||||
|
||||
Reference in New Issue
Block a user