mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-05 08:06:04 -05:00
8 lines
201 B
C++
8 lines
201 B
C++
#pragma once
|
|
|
|
// Helpers helper to enable exporting and importing custom Qt widget symbols
|
|
#ifdef ADVSS_EXPORT_SYMBOLS
|
|
#define ADVSS_EXPORT Q_DECL_EXPORT
|
|
#else
|
|
#define ADVSS_EXPORT Q_DECL_IMPORT
|
|
#endif |