quick: add a way to import static plugin

This commit is contained in:
Zhao Yuhang 2023-10-06 16:40:05 +08:00
parent d86f55832f
commit 7a84744dc3
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@
}
#endif
#ifndef FRAMELESSHELPER_IMPORT_QUICK_PLUGIN
# define FRAMELESSHELPER_IMPORT_QUICK_PLUGIN Q_IMPORT_PLUGIN(org_wangwenx190_FramelessHelperPlugin)
#endif
FRAMELESSHELPER_BEGIN_NAMESPACE
[[maybe_unused]] inline constexpr const char FRAMELESSHELPER_QUICK_URI[] = "org.wangwenx190.FramelessHelper";