##// END OF EJS Templates
Fix Win build...
jeandet -
r49:b6158986222b
parent child
Show More
@@ -153,6 +153,7 add_definitions(-DSCIQLOP_CRASH_ON_ERROR)
153
153
154 add_library(sciqlopcore ${core_SRCS} ${core_catalog_SRCS})
154 add_library(sciqlopcore ${core_SRCS} ${core_catalog_SRCS})
155 SET_TARGET_PROPERTIES(sciqlopcore PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
155 SET_TARGET_PROPERTIES(sciqlopcore PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS TRUE)
156 add_definitions(-DCORE_LIB)
156
157
157 target_include_directories(sciqlopcore PUBLIC
158 target_include_directories(sciqlopcore PUBLIC
158 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
159 $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/include>
@@ -1,1 +1,1
1 Subproject commit f2fa281306099e7136a288dd70fd97d0e33afa15
1 Subproject commit 46ef9df8aa3a478bc1cc79e98090c413c705ec40
@@ -14,7 +14,7 Q_DECLARE_LOGGING_CATEGORY(LOG_PluginManager)
14 /**
14 /**
15 * @brief The PluginManager class aims to handle the plugins loaded dynamically into SciQLop.
15 * @brief The PluginManager class aims to handle the plugins loaded dynamically into SciQLop.
16 */
16 */
17 class PluginManager {
17 class SCIQLOP_CORE_EXPORT PluginManager {
18 public:
18 public:
19 explicit PluginManager();
19 explicit PluginManager();
20
20
@@ -14,7 +14,7
14 #include <Data/IDataProvider.h>
14 #include <Data/IDataProvider.h>
15 #include "Data/DateTimeRange.h"
15 #include "Data/DateTimeRange.h"
16
16
17 class VariableController2: public QObject
17 class SCIQLOP_CORE_EXPORT VariableController2: public QObject
18 {
18 {
19 class VariableController2Private;
19 class VariableController2Private;
20 Q_OBJECT
20 Q_OBJECT
General Comments 0
You need to be logged in to leave comments. Login now