forked from qt-creator/qt-creator
Move QtVersionManager, QtVersion and QtOptionsPage back
After all I don't need all that stuff in the cmakeplugin, all i needed is now bundled in debugginghelper.h/cpp
This commit is contained in:
@@ -46,7 +46,6 @@
|
||||
#include <projectexplorer/buildmanager.h>
|
||||
#include <projectexplorer/project.h>
|
||||
#include <projectexplorer/projectexplorerconstants.h>
|
||||
#include <projectexplorer/qtversionmanager.h>
|
||||
#include <utils/listutils.h>
|
||||
|
||||
#include <QtCore/QCoreApplication>
|
||||
@@ -68,8 +67,6 @@ using ProjectExplorer::SourceType;
|
||||
using ProjectExplorer::FormType;
|
||||
using ProjectExplorer::ResourceType;
|
||||
using ProjectExplorer::UnknownFileType;
|
||||
using ProjectExplorer::QtVersion;
|
||||
using ProjectExplorer::QtVersionManager;
|
||||
|
||||
// Known file types of a Qt 4 project
|
||||
static const char* qt4FileTypes[] = {
|
||||
|
||||
Reference in New Issue
Block a user