feat: adapt to Qt6

adapt to Qt6

Log: adapt to Qt6; bump version to 1.7.1
This commit is contained in:
zty199
2024-06-26 15:59:05 +08:00
parent a95e7e1beb
commit 4dd7f7fcec
41 changed files with 357 additions and 359 deletions
+20
View File
@@ -0,0 +1,20 @@
#ifndef GLOBALDEFINE_H
#define GLOBALDEFINE_H
#include <QObject>
#define DEFAULT_TITLE QObject::tr("SparkWebAppRuntime")
#define ORGANIZATION_NAME QString("spark-union")
#define DEFAULT_URL QString("qrc:/help/help.html")
#define DEFAULT_WIDTH (1024)
#define DEFAULT_HEIGHT (768)
#define DEFAULT_ICON QString()
#define DEFAULT_DESC QString()
#define DEFAULT_CFG QString()
#define DEFAULT_ROOT QString()
#define DEFAULT_PORT 0
#define DEFAULT_GPU 1
#endif // GLOBALDEFINE_H