forked from qt-creator/qt-creator
Fix build on windows
Change-Id: I89bfbefe189ed68c3da0330900015917aff29976 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -35,9 +35,10 @@
|
|||||||
#include "profile.h"
|
#include "profile.h"
|
||||||
|
|
||||||
#include <QHBoxLayout>
|
#include <QHBoxLayout>
|
||||||
|
#include <QFileDialog>
|
||||||
#include <QFormLayout>
|
#include <QFormLayout>
|
||||||
#include <QPushButton>
|
#include <QPushButton>
|
||||||
#include <QFileDialog>
|
#include <QSizePolicy>
|
||||||
|
|
||||||
namespace ProjectExplorer {
|
namespace ProjectExplorer {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
@@ -117,7 +117,6 @@ QList<DeployConfigurationFactory *> TargetPrivate::deployFactories() const
|
|||||||
return ExtensionSystem::PluginManager::getObjects<DeployConfigurationFactory>();
|
return ExtensionSystem::PluginManager::getObjects<DeployConfigurationFactory>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Target::Target(Project *project, Profile *p) :
|
Target::Target(Project *project, Profile *p) :
|
||||||
ProjectConfiguration(project, p->id()),
|
ProjectConfiguration(project, p->id()),
|
||||||
d(new TargetPrivate)
|
d(new TargetPrivate)
|
||||||
|
Reference in New Issue
Block a user