qmake: fix build
This commit is contained in:
parent
b98f1e7a6d
commit
77c3eb57e9
|
@ -43,5 +43,10 @@
|
||||||
#define FRAMELESSHELPER_FEATURE_mica_material 1
|
#define FRAMELESSHELPER_FEATURE_mica_material 1
|
||||||
#define FRAMELESSHELPER_FEATURE_border_painter 1
|
#define FRAMELESSHELPER_FEATURE_border_painter 1
|
||||||
#define FRAMELESSHELPER_FEATURE_system_button 1
|
#define FRAMELESSHELPER_FEATURE_system_button 1
|
||||||
|
#if (defined(WIN32) || defined(_WIN32))
|
||||||
|
# define FRAMELESSHELPER_FEATURE_native_impl 1
|
||||||
|
#else
|
||||||
|
# define FRAMELESSHELPER_FEATURE_native_impl -1
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif // _FRAMELESSHELPER_CONFIG_INCLUDE_GUARD_
|
#endif // _FRAMELESSHELPER_CONFIG_INCLUDE_GUARD_
|
||||||
|
|
Loading…
Reference in New Issue