b
This commit is contained in:
+1
-4
@@ -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
|
||||
|
||||
@@ -5,6 +5,8 @@
|
||||
#include <QMouseEvent>
|
||||
#include "QTimer"
|
||||
#include "QDebug"
|
||||
#include "QPainterPath"
|
||||
|
||||
|
||||
#ifdef QtCockpit
|
||||
#include <cockpitglobal.h>
|
||||
|
||||
+1
-2
@@ -30,8 +30,7 @@ OBJECTS_DIR = $$PWD/../../build
|
||||
|
||||
QT += network
|
||||
QT += sql
|
||||
CONFIG += staticlib\
|
||||
plugin
|
||||
CONFIG += staticlib
|
||||
|
||||
SOURCES += opmaps.cpp \
|
||||
pureimagecache.cpp \
|
||||
|
||||
@@ -34,7 +34,19 @@ namespace core {
|
||||
|
||||
|
||||
struct Size;
|
||||
|
||||
/*
|
||||
#ifdef QtOpmapCore
|
||||
#include <coreglobal.h>
|
||||
struct OPMAPCORESHARED_EXPORT Point {
|
||||
#else
|
||||
struct Point {
|
||||
#endif
|
||||
*/
|
||||
|
||||
|
||||
struct Point {
|
||||
|
||||
|
||||
|
||||
public:
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
#include <QSemaphore>
|
||||
#include <QThread>
|
||||
#include <QDateTime>
|
||||
|
||||
#include "point.h"
|
||||
#include <QObject>
|
||||
|
||||
namespace mapcontrol {
|
||||
|
||||
@@ -26,8 +26,7 @@ OBJECTS_DIR = $$PWD/../../build
|
||||
|
||||
QT += network
|
||||
QT += sql
|
||||
CONFIG += staticlib\
|
||||
plugin
|
||||
CONFIG += staticlib
|
||||
|
||||
HEADERS += core.h \
|
||||
internalglobal.h \
|
||||
|
||||
Reference in New Issue
Block a user