aboutsummaryrefslogtreecommitdiffstats
path: root/SQLiteStudio3/guiSQLiteStudio/guiSQLiteStudio_global.h
blob: 9e1992e10014d67a1fbb7ad99357c477d5451563 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef GUISQLITESTUDIO_GLOBAL_H
#define GUISQLITESTUDIO_GLOBAL_H

#include <QtCore/qglobal.h>

#if defined(GUISQLITESTUDIO_LIBRARY)
#  define GUI_API_EXPORT Q_DECL_EXPORT
#else
#  define GUI_API_EXPORT Q_DECL_IMPORT
#endif

#endif // GUISQLITESTUDIO_GLOBAL_H