summaryrefslogtreecommitdiff
path: root/src/plugins/boostbuildprojectmanager/b2projectmanager_global.h
blob: 3287ab357de6939c472ebcf042b354c0cb716d16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//
// Copyright (C) 2013 Mateusz Łoskot <mateusz@loskot.net>
//
// This file is part of Qt Creator Boost.Build plugin project.
//
// This is free software; you can redistribute and/or modify it under
// the terms of the GNU Lesser General Public License, Version 2.1
// as published by the Free Software Foundation.
// See accompanying file LICENSE.txt or copy at
// http://www.gnu.org/licenses/lgpl-2.1-standalone.html.
//
#ifndef BBPROJECTMANAGER_GLOBAL_HPP
#define BBPROJECTMANAGER_GLOBAL_HPP

#include <QtGlobal>

#if defined(BOOSTBUILDPROJECTMANAGER_LIBRARY)
#  define BOOSTBUILDPROJECTMANAGER_EXPORT Q_DECL_EXPORT
#else
#  define BOOSTBUILDPROJECTMANAGER_EXPORT Q_DECL_IMPORT
#endif

#endif // BBPROJECTMANAGER_GLOBAL_HPP