Moved ivcprojectnodemodel.h to interfaces.

Change-Id: Ib64bb87880d406be0a22eab7fe000459482db58f
Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
Radovan Zivkovic
2013-10-14 00:00:26 +02:00
committed by Oswald Buddenhagen
parent e89185f2cb
commit 5aa4b5353b
29 changed files with 28 additions and 28 deletions

View File

@@ -32,7 +32,7 @@
#include <QString>
#include <QObject>
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
namespace VcProjectManager {
namespace Internal {

View File

@@ -31,7 +31,7 @@
#define VCPROJECTMANAGER_INTERNAL_ICONFIGURATIONBUILDTOOL_H
#include <QString>
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
namespace VcProjectManager {
namespace Internal {

View File

@@ -32,7 +32,7 @@
#include <QString>
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
namespace VcProjectManager {
namespace Internal {

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_IDEBUGGERTOOL_H
#define VCPROJECTMANAGER_INTERNAL_IDEBUGGERTOOL_H
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
namespace VcProjectManager {
namespace Internal {

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_IDEPLOYMENTTOOL_H
#define VCPROJECTMANAGER_INTERNAL_IDEPLOYMENTTOOL_H
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
namespace VcProjectManager {
namespace Internal {

View File

@@ -33,7 +33,7 @@
#include <QString>
#include <projectexplorer/projectnodes.h>
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
namespace VcProjectManager {
namespace Internal {

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_IFILECONTAINER_H
#define VCPROJECTMANAGER_INTERNAL_IFILECONTAINER_H
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
namespace VcProjectManager {
namespace Internal {

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_IFILEHANDLER_H
#define VCPROJECTMANAGER_INTERNAL_IFILEHANDLER_H
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
namespace VcProjectManager {
namespace Internal {

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_IGLOBAL_H
#define VCPROJECTMANAGER_INTERNAL_IGLOBAL_H
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
#include <QString>
namespace VcProjectManager {

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_IGLOBALHANDLER_H
#define VCPROJECTMANAGER_INTERNAL_IGLOBALHANDLER_H
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
namespace VcProjectManager {
namespace Internal {

View File

@@ -29,4 +29,5 @@ HEADERS += \
interfaces/iplatforms.h \
interfaces/ipublishingitem.h \
interfaces/ipublishingdata.h \
interfaces/ivisualstudioproject.h
interfaces/ivisualstudioproject.h \
interfaces/ivcprojectnodemodel.h

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_IPLATFORM_H
#define VCPROJECTMANAGER_INTERNAL_IPLATFORM_H
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
#include <QString>

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_IPLATFORMHANDLER_H
#define VCPROJECTMANAGER_INTERNAL_IPLATFORMHANDLER_H
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
namespace VcProjectManager {
namespace Internal {

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_IPUBLISHINGDATA_H
#define VCPROJECTMANAGER_INTERNAL_IPUBLISHINGDATA_H
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
namespace VcProjectManager {
namespace Internal {

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_IPUBLISHINGITEM_H
#define VCPROJECTMANAGER_INTERNAL_IPUBLISHINGITEM_H
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
namespace VcProjectManager {
namespace Internal {

View File

@@ -32,7 +32,7 @@
#include <QString>
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
namespace VcProjectManager {
namespace Internal {

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_IREFERENCEHANDLER_H
#define VCPROJECTMANAGER_INTERNAL_IREFERENCEHANDLER_H
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
namespace VcProjectManager {
namespace Internal {

View File

@@ -31,7 +31,7 @@
#define VCPROJECTMANAGER_INTERNAL_ITOOLFILE_H
#include <QString>
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
namespace VcProjectManager {
namespace Internal {

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_ITOOLFILES_H
#define VCPROJECTMANAGER_INTERNAL_ITOOLFILES_H
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
namespace VcProjectManager {
namespace Internal {

View File

@@ -31,7 +31,7 @@
#define VCPROJECTMANAGER_INTERNAL_IVISUALSTUDIOPROJECT_H
#include <QString>
#include "../vcprojectmodel/ivcprojectnodemodel.h"
#include "ivcprojectnodemodel.h"
#include "../vcprojectmodel/vcprojectdocument_constants.h"
namespace VcProjectManager {

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_ACTIVEXREFERENCE_H
#define VCPROJECTMANAGER_INTERNAL_ACTIVEXREFERENCE_H
#include "ivcprojectnodemodel.h"
#include "../interfaces/ivcprojectnodemodel.h"
#include "vcprojectdocument_constants.h"
#include "configuration.h"
#include "../interfaces/ireference.h"

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_CONFIGURATION_H
#define VCPROJECTMANAGER_INTERNAL_CONFIGURATION_H
#include "ivcprojectnodemodel.h"
#include "../interfaces/ivcprojectnodemodel.h"
#include "deploymenttool.h"
#include "debuggertool.h"

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_CONFIGURATIONS_H
#define VCPROJECTMANAGER_INTERNAL_CONFIGURATIONS_H
#include "ivcprojectnodemodel.h"
#include "../interfaces/ivcprojectnodemodel.h"
#include "configuration.h"
#include "vcprojectdocument_constants.h"

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_FILES_H
#define VCPROJECTMANAGER_INTERNAL_FILES_H
#include "ivcprojectnodemodel.h"
#include "../interfaces/ivcprojectnodemodel.h"
#include "../interfaces/ifiles.h"
#include "file.h"

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_FILTER_H
#define VCPROJECTMANAGER_INTERNAL_FILTER_H
#include "ivcprojectnodemodel.h"
#include "../interfaces/ivcprojectnodemodel.h"
#include "file.h"
#include "../interfaces/ifilecontainer.h"

View File

@@ -27,7 +27,7 @@
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
**
****************************************************************************/
#include "ivcprojectnodemodel.h"
#include "../interfaces/ivcprojectnodemodel.h"
namespace VcProjectManager {
namespace Internal {

View File

@@ -30,7 +30,7 @@
#ifndef VCPROJECTMANAGER_INTERNAL_ICONFIGURATIONTOOL_H
#define VCPROJECTMANAGER_INTERNAL_ICONFIGURATIONTOOL_H
#include "../ivcprojectnodemodel.h"
#include "../../interfaces/ivcprojectnodemodel.h"
#include "../../widgets/toolwidgets/toolsettingswidget.h"
#include "../../interfaces/iconfigurationbuildtool.h"

View File

@@ -25,7 +25,6 @@ HEADERS += \
vcprojectmodel/tools/tool_constants.h \
vcprojectmodel/tools/candcpptool_constants.h \
vcprojectmodel/vcdocumentmodel.h \
vcprojectmodel/ivcprojectnodemodel.h \
vcprojectmodel/vcdocprojectnodes.h \
vcprojectmodel/tools/toolattributes/booltoolattribute.h \
vcprojectmodel/tools/toolattributes/stringtoolattribute.h \