Skip to content
This repository has been archived by the owner on Dec 19, 2023. It is now read-only.

Commit

Permalink
qmake: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
wangwenx190 committed Oct 12, 2023
1 parent b98f1e7 commit 77c3eb5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions qmake/inc/core/framelesshelper.config
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,10 @@
#define FRAMELESSHELPER_FEATURE_mica_material 1
#define FRAMELESSHELPER_FEATURE_border_painter 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_

0 comments on commit 77c3eb5

Please sign in to comment.