forked from qt-creator/qt-creator
Designer: Compilation with Qt 5.
Test the new Qt Designer integration interfaces. Change-Id: I8364167d5be3e7c361b192318b0bba7fb70d0f2f Reviewed-on: http://codereview.qt.nokia.com/9 Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
This commit is contained in:
committed by
Kai Koehne
parent
0d3d38ecc1
commit
b0d093b0d7
@@ -34,7 +34,11 @@
|
||||
#include "formeditorw.h"
|
||||
#include "designerconstants.h"
|
||||
|
||||
#include "qt_private/abstractnewformwidget_p.h"
|
||||
#if QT_VERSION >= 0x050000
|
||||
# include <QtDesigner/QDesignerNewFormWidgetInterface>
|
||||
#else
|
||||
# include "qt_private/abstractnewformwidget_p.h"
|
||||
#endif
|
||||
|
||||
#include <QtCore/QDebug>
|
||||
#include <QtCore/QXmlStreamReader>
|
||||
|
||||
Reference in New Issue
Block a user