mirror of
https://github.com/fralx/LimeReport.git
synced 2025-12-14 17:00:58 +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:
@@ -42,7 +42,7 @@
|
||||
|
||||
namespace LimeReport {
|
||||
|
||||
class ObjectPropItem: public QObject {
|
||||
class LIMEREPORT_EXPORT ObjectPropItem: public QObject {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user