Fix build on Qt\5.3\msvc2013_64_opengl.
--HG-- branch : develop
This commit is contained in:
parent
ec053ba5bf
commit
09175a3bde
|
@ -26,7 +26,7 @@
|
|||
#include <QFlags>
|
||||
#include <QFont>
|
||||
|
||||
#include "plugins/../vproperty.h"
|
||||
#include "../vproperty.h"
|
||||
|
||||
class QAbstractItemDelegate;
|
||||
class QStyleOptionViewItem;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#include "../vfileproperty_p.h"
|
||||
#include "vfilepropertyeditor.h"
|
||||
#include "vproperty_p.h"
|
||||
#include "../vproperty_p.h"
|
||||
|
||||
class QStyleOptionViewItem;
|
||||
|
||||
|
|
|
@ -25,8 +25,8 @@
|
|||
#include <QWidget>
|
||||
|
||||
#include "../vwidgetproperty_p.h"
|
||||
#include "plugins/vemptyproperty.h"
|
||||
#include "vproperty.h"
|
||||
#include "vemptyproperty.h"
|
||||
#include "../vproperty.h"
|
||||
|
||||
using namespace VPE;
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "vstandardpropertyfactory.h"
|
||||
|
||||
#include "plugins/Vector3d/../../vproperty.h"
|
||||
#include "vproperty.h"
|
||||
#include "plugins/Vector3d/vvector3dproperty.h"
|
||||
#include "plugins/vboolproperty.h"
|
||||
#include "plugins/vcolorproperty.h"
|
||||
|
|
Loading…
Reference in New Issue
Block a user