This commit is contained in:
hm
2020-12-25 14:03:50 +08:00
parent 061c6c94d9
commit 9de29afd05
6 changed files with 18 additions and 9 deletions
+1 -4
View File
@@ -9,9 +9,6 @@ IDI_ICON1 ICON DISCARDABLE "logo.ico"
#endif
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1.0.0.0
PRODUCTVERSION 1.0.0.0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
@@ -40,4 +37,4 @@ BLOCK "VarFileInfo"
BEGIN
VALUE "Translation", 0x804, 1200
END
END
END
+2
View File
@@ -5,6 +5,8 @@
#include <QMouseEvent>
#include "QTimer"
#include "QDebug"
#include "QPainterPath"
#ifdef QtCockpit
#include <cockpitglobal.h>
+1 -2
View File
@@ -30,8 +30,7 @@ OBJECTS_DIR = $$PWD/../../build
QT += network
QT += sql
CONFIG += staticlib\
plugin
CONFIG += staticlib
SOURCES += opmaps.cpp \
pureimagecache.cpp \
+12
View File
@@ -34,7 +34,19 @@ namespace core {
struct Size;
/*
#ifdef QtOpmapCore
#include <coreglobal.h>
struct OPMAPCORESHARED_EXPORT Point {
#else
struct Point {
#endif
*/
struct Point {
public:
+1 -1
View File
@@ -54,7 +54,7 @@
#include <QSemaphore>
#include <QThread>
#include <QDateTime>
#include "point.h"
#include <QObject>
namespace mapcontrol {
+1 -2
View File
@@ -26,8 +26,7 @@ OBJECTS_DIR = $$PWD/../../build
QT += network
QT += sql
CONFIG += staticlib\
plugin
CONFIG += staticlib
HEADERS += core.h \
internalglobal.h \