forked from qt-creator/qt-creator
Also use the dumper library code from the cmake plugin.
Adds a little bit of code duplication, don't currently know how to best avoid it, so I'll leave that for now as is. To be tested once Andre pushes his stuff.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
|
||||
#include <coreplugin/dialogs/ioptionspage.h>
|
||||
#include <projectexplorer/iprojectmanager.h>
|
||||
#include <projectexplorer/environment.h>
|
||||
#include <utils/pathchooser.h>
|
||||
#include <QtCore/QFuture>
|
||||
#include <QtCore/QStringList>
|
||||
@@ -60,7 +61,11 @@ public:
|
||||
|
||||
QProcess* createXmlFile(const QStringList &arguments, const QString &sourceDirectory, const QDir &buildDirectory);
|
||||
static QString findCbpFile(const QDir &);
|
||||
|
||||
static QString findDumperLibrary(const ProjectExplorer::Environment &env);
|
||||
private:
|
||||
static QString qtVersionForQMake(const QString &qmakePath);
|
||||
static QString findQtDir(const ProjectExplorer::Environment &env);
|
||||
int m_projectContext;
|
||||
int m_projectLanguage;
|
||||
CMakeSettingsPage *m_settingsPage;
|
||||
|
||||
Reference in New Issue
Block a user