libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
exportinmportconfig.h
Go to the documentation of this file.
1#pragma once
2
3#include <QtCore/QtGlobal>
4
5namespace pappso
6{
7#if defined(PMSPP_LIBRARY)
8// #pragma message("PMSPP_LIBRARY is defined: defining PMSPP_LIB_DECL
9// Q_DECL_EXPORT")
10#define PMSPP_LIB_DECL Q_DECL_EXPORT
11#else
12// #pragma message("PMSPP_LIBRARY is not defined: defining PMSPP_LIB_DECL
13// Q_DECL_IMPORT")
14#define PMSPP_LIB_DECL Q_DECL_IMPORT
15#endif
16
17} // namespace pappso
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
Definition aa.cpp:39