Исправляет сборку под Windows

This commit is contained in:
Andrey Rodionov 2019-04-24 10:23:48 +03:00
parent 224809e4c4
commit 0d6bbcc0e9
4 changed files with 8 additions and 12 deletions

View File

@ -1,9 +1,8 @@
#ifndef TST_PLUGIN1GLOBAL_H
#define TST_PLUGIN1GLOBAL_H
#include <QtCore/QtGlobal>
#if defined(TST_PLUGIN1_LIBRARY)
# define TST_PLUGIN1LIB Q_DECL_EXPORT
#else
# define TST_PLUGIN1LIB Q_DECL_IMPORT
#endif
#endif // TST_PLUGIN1GLOBAL_H

View File

@ -1,9 +1,8 @@
#ifndef TST_PLUGIN2GLOBAL_H
#define TST_PLUGIN2GLOBAL_H
#include <QtCore/QtGlobal>
#if defined(TST_PLUGIN2_LIBRARY)
# define TST_PLUGIN2LIB Q_DECL_EXPORT
#else
# define TST_PLUGIN2LIB Q_DECL_IMPORT
#endif
#endif // TST_PLUGIN2GLOBAL_H

View File

@ -1,9 +1,8 @@
#ifndef TST_PLUGIN3GLOBAL_H
#define TST_PLUGIN3GLOBAL_H
#include <QtCore/QtGlobal>
#if defined(TST_PLUGIN3_LIBRARY)
# define TST_PLUGIN3LIB Q_DECL_EXPORT
#else
# define TST_PLUGIN3LIB Q_DECL_IMPORT
#endif
#endif // TST_PLUGIN3GLOBAL_H

View File

@ -1,9 +1,8 @@
#ifndef TST_PLUGIN4GLOBAL_H
#define TST_PLUGIN4GLOBAL_H
#include <QtCore/QtGlobal>
#if defined(TST_PLUGIN4_LIBRARY)
# define TST_PLUGIN4LIB Q_DECL_EXPORT
#else
# define TST_PLUGIN4LIB Q_DECL_IMPORT
#endif
#endif // TST_PLUGIN4GLOBAL_H