summaryrefslogtreecommitdiff
path: root/src/location/places/qplaceglobal.h
blob: 2b0f0bb5c23f8c8a314997cbbe52d113512a993f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef QPLACEGLOBAL_H
#define QPLACEGLOBAL_H

#include <QtCore/qglobal.h>

#if defined(QT_BUILD_PLACES_LIB)
#  define Q_PLACES_EXPORT Q_DECL_EXPORT
#else
#  define Q_PLACES_EXPORT Q_DECL_IMPORT
#endif

#define QT_PLACES_NAMESPACE QtPlaces

#endif // QPLACEGLOBAL_H