Fixing a linker issue on Windows.

This commit is contained in:
Matthias Koefferlein 2025-05-11 21:48:01 +02:00
parent 1932532416
commit 7bee9ebcec
2 changed files with 5 additions and 5 deletions

View File

@ -27,6 +27,7 @@
#include "dbPoint.h" #include "dbPoint.h"
#include "dbTrans.h" #include "dbTrans.h"
#include "dbBox.h" #include "dbBox.h"
#include "dbPluginCommon.h"
#include "tlException.h" #include "tlException.h"
#include "tlInternational.h" #include "tlInternational.h"
@ -61,7 +62,7 @@ public:
/** /**
* @brief A class representing a title field on a mask * @brief A class representing a title field on a mask
*/ */
class DB_PUBLIC MALYTitle class DB_PLUGIN_PUBLIC MALYTitle
{ {
public: public:
/** /**
@ -138,7 +139,7 @@ public:
/** /**
* @brief A class representing a structure (pattern) on a mask * @brief A class representing a structure (pattern) on a mask
*/ */
class DB_PUBLIC MALYStructure class DB_PLUGIN_PUBLIC MALYStructure
{ {
public: public:
/** /**
@ -220,7 +221,7 @@ public:
/** /**
* @brief A class representing one mask * @brief A class representing one mask
*/ */
class DB_PUBLIC MALYMask class DB_PLUGIN_PUBLIC MALYMask
{ {
public: public:
/** /**
@ -261,7 +262,7 @@ public:
/** /**
* @brief A class representing the MALY file * @brief A class representing the MALY file
*/ */
class DB_PUBLIC MALYData class DB_PLUGIN_PUBLIC MALYData
{ {
public: public:
/** /**

View File

@ -6,4 +6,3 @@ SUBDIR_LIST = $$files($$PWD/*)
SUBDIR_LIST -= $$PWD/streamers.pro SUBDIR_LIST -= $$PWD/streamers.pro
SUBDIRS = $$SUBDIR_LIST SUBDIRS = $$SUBDIR_LIST