@@ -50,8 +50,6 @@ pub fn build_opts() -> cxx_qt_build::CxxQtBuildersOpts {
50
50
( include_str ! ( "../include/core/qpoint.h" ) , "qpoint.h" ) ,
51
51
( include_str ! ( "../include/core/qpointf.h" ) , "qpointf.h" ) ,
52
52
( include_str ! ( "../include/core/qrect.h" ) , "qrect.h" ) ,
53
- #[ cfg( feature = "qt_gui" ) ]
54
- ( include_str ! ( "../include/gui/qregion.h" ) , "qregion.h" ) ,
55
53
( include_str ! ( "../include/core/qrectf.h" ) , "qrectf.h" ) ,
56
54
( include_str ! ( "../include/core/qset.h" ) , "qset.h" ) ,
57
55
( include_str ! ( "../include/core/qsize.h" ) , "qsize.h" ) ,
@@ -88,6 +86,8 @@ pub fn build_opts() -> cxx_qt_build::CxxQtBuildersOpts {
88
86
#[ cfg( feature = "qt_gui" ) ]
89
87
( include_str ! ( "../include/gui/qpainter.h" ) , "qpainter.h" ) ,
90
88
#[ cfg( feature = "qt_gui" ) ]
89
+ ( include_str ! ( "../include/gui/qregion.h" ) , "qregion.h" ) ,
90
+ #[ cfg( feature = "qt_gui" ) ]
91
91
( include_str ! ( "../include/gui/qvector2d.h" ) , "qvector2d.h" ) ,
92
92
#[ cfg( feature = "qt_gui" ) ]
93
93
( include_str ! ( "../include/gui/qvector3d.h" ) , "qvector3d.h" ) ,
0 commit comments