mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-24 23:31:32 +08:00
Adds dllimport spec
This commit is contained in:
parent
0e831ee55f
commit
4482182dad
@ -12,7 +12,7 @@ class QSplitter;
|
|||||||
#ifdef ADS_EXPORT
|
#ifdef ADS_EXPORT
|
||||||
#define ADS_EXPORT_API __declspec(dllexport)
|
#define ADS_EXPORT_API __declspec(dllexport)
|
||||||
#else
|
#else
|
||||||
#define ADS_EXPORT_API
|
#define ADS_EXPORT_API __declspec(dllimport)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user