pappsomspp
Library for mass spectrometry
exportinmportconfig.h
Go to the documentation of this file.
1 #pragma once
2 
3 #include <QtCore/QtGlobal>
4 
5 namespace pappso
6 {
7 #if defined(PMSPP_LIBRARY)
8 //#pragma message("PMSPP_LIBRARY is defined: defining PMSPP_LIB_DECL Q_DECL_EXPORT")
9 # define PMSPP_LIB_DECL Q_DECL_EXPORT
10 #else
11 //#pragma message("PMSPP_LIBRARY is not defined: defining PMSPP_LIB_DECL Q_DECL_IMPORT")
12 # define PMSPP_LIB_DECL Q_DECL_IMPORT
13 #endif
14 
15 } // namespace pappso
pappso
Definition: aa.cpp:38