git-svn-id: svn://db.shs.com.ru/libs@586 a8b55f48-bf90-11e4-a774-851b48703e85
This commit is contained in:
9
test/project_fs/projectfilesystemplugin_global.h
Normal file
9
test/project_fs/projectfilesystemplugin_global.h
Normal file
@@ -0,0 +1,9 @@
|
||||
#pragma once
|
||||
|
||||
#include <QtGlobal>
|
||||
|
||||
#if defined(PROJECTFILESYSTEMPLUGIN_LIBRARY)
|
||||
# define PROJECTFILESYSTEMPLUGINSHARED_EXPORT Q_DECL_EXPORT
|
||||
#else
|
||||
# define PROJECTFILESYSTEMPLUGINSHARED_EXPORT Q_DECL_IMPORT
|
||||
#endif
|
||||
Reference in New Issue
Block a user