Build system changed to Cmake, ORM changed to QxORM, Qt6 compatibility.

This commit is contained in:
2023-04-28 22:25:29 +02:00
parent 30e6180c82
commit d699ce79f7
481 changed files with 2310 additions and 130206 deletions
+1
View File
@@ -3,6 +3,7 @@
#include "../context.h"
#include <QApplication>
#include <QFile>
#include <QPrinter>
#include <LimeReport>
+1 -1
View File
@@ -3,7 +3,7 @@
#include <QDialog>
#include "report.h"
#include "core_global.h"
#include "../core_global.h"
namespace Ui {
class ReportViewer;