initial commit
This commit is contained in:
9
project_fs/projectfilesystemplugin_global.h
Normal file
9
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