0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-05 20:37:37 +03:00

Fixed build issues

Fixed build with cmake when including limereport as a submodule with add_subdirectory(...)
Removed unnecessary checks of ENABLE DIALOG DESIGNER in CMakeLists.txt
Fixed Qt 5.15.16 incompatibility
Added missing LIMEREPORT_EXPORT
Fixed warnings
This commit is contained in:
Константин Макаренков
2025-03-12 14:30:56 +03:00
parent 33ebdfc640
commit ebbf2b7beb
15 changed files with 62 additions and 53 deletions

View File

@@ -33,6 +33,7 @@
#include <QComboBox>
#include <QWidget>
//#include <QPushButton>
#include "lrglobal.h"
class QToolButton;
@@ -58,7 +59,7 @@ private:
bool m_popup;
};
class ComboBoxEditor: public QWidget {
class LIMEREPORT_EXPORT ComboBoxEditor: public QWidget {
Q_OBJECT
public:
// explicit ComboBoxEditor(QWidget *parent = 0);

View File

@@ -42,7 +42,7 @@
namespace LimeReport {
class ObjectPropItem: public QObject {
class LIMEREPORT_EXPORT ObjectPropItem: public QObject {
Q_OBJECT
public: