0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-10 10:01:25 +03:00

Dialog designer support has been added to CMakeLists.txt

This commit is contained in:
Arin Alex
2022-11-10 23:01:49 +03:00
parent f202c57a43
commit 57abae501d
3 changed files with 86 additions and 21 deletions

View File

@@ -11,13 +11,10 @@
#include <QDesignerWidgetBoxInterface>
#include <QDesignerActionEditorInterface>
#include <QDesignerPropertyEditorInterface>
#include <QDesignerObjectInspectorInterface>
#include <QDesignerFormEditorInterface>
#include <QAction>
#include <QDebug>
#include <QVBoxLayout>
#if HAVE_QT5
#if (QT_VERSION > QT_VERSION_CHECK(5, 0, 0))
#include <QDesignerIntegration>
#endif
#if HAVE_QT4