##// END OF EJS Templates
Adds Q_DECL_EXPORT for Amda plugin
Alexandre Leroux -
r323:0235d77353e2
parent child
Show More
@@ -0,0 +1,12
1 #ifndef SCIQLOP_AMDAGLOBAL_H
2 #define SCIQLOP_AMDAGLOBAL_H
3
4 #include <QtCore/QtGlobal>
5
6 #if defined(AMDA_LIB)
7 #define SCIQLOP_AMDA_EXPORT Q_DECL_EXPORT
8 #else
9 #define SCIQLOP_AMDA_EXPORT Q_DECL_IMPORT
10 #endif
11
12 #endif // SCIQLOP_AMDAGLOBAL_H
@@ -38,6 +38,9 FILE (GLOB_RECURSE PLUGIN_FILE ${RESOURCES_DIR}/amda.json)
38 #
38 #
39 # Compile the library
39 # Compile the library
40 #
40 #
41
42 ADD_DEFINITIONS(-DAMDA_LIB)
43
41 FILE (GLOB_RECURSE MODULE_SOURCES
44 FILE (GLOB_RECURSE MODULE_SOURCES
42 ${INCLUDES_DIR}/*.h
45 ${INCLUDES_DIR}/*.h
43 ${SOURCES_DIR}/*.c
46 ${SOURCES_DIR}/*.c
General Comments 0
You need to be logged in to leave comments. Login now