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

Cmake fixes: non exported symbols, missing files, shared import, rewrite cmake for demo and designer

This commit is contained in:
Jihadist
2022-10-30 20:44:59 +03:00
parent f00f72efa9
commit e6ead26d31
13 changed files with 83 additions and 61 deletions

View File

@@ -8,7 +8,7 @@ namespace Ui {
class lrpageeditor;
}
class lrpageeditor : public QDialog
class LIMEREPORT_EXPORT lrpageeditor : public QDialog
{
Q_OBJECT