Skip to content

Commit bd1b9e2

Browse files
Montelahayzen-kdab
authored andcommitted
move down to the other #[cfg(feature=qt_qui)]
1 parent 1be33f6 commit bd1b9e2

File tree

1 file changed

+2
-2
lines changed
  • crates/cxx-qt-lib-headers/src

1 file changed

+2
-2
lines changed

crates/cxx-qt-lib-headers/src/lib.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ pub fn build_opts() -> cxx_qt_build::CxxQtBuildersOpts {
5050
(include_str!("../include/core/qpoint.h"), "qpoint.h"),
5151
(include_str!("../include/core/qpointf.h"), "qpointf.h"),
5252
(include_str!("../include/core/qrect.h"), "qrect.h"),
53-
#[cfg(feature = "qt_gui")]
54-
(include_str!("../include/gui/qregion.h"), "qregion.h"),
5553
(include_str!("../include/core/qrectf.h"), "qrectf.h"),
5654
(include_str!("../include/core/qset.h"), "qset.h"),
5755
(include_str!("../include/core/qsize.h"), "qsize.h"),
@@ -88,6 +86,8 @@ pub fn build_opts() -> cxx_qt_build::CxxQtBuildersOpts {
8886
#[cfg(feature = "qt_gui")]
8987
(include_str!("../include/gui/qpainter.h"), "qpainter.h"),
9088
#[cfg(feature = "qt_gui")]
89+
(include_str!("../include/gui/qregion.h"), "qregion.h"),
90+
#[cfg(feature = "qt_gui")]
9191
(include_str!("../include/gui/qvector2d.h"), "qvector2d.h"),
9292
#[cfg(feature = "qt_gui")]
9393
(include_str!("../include/gui/qvector3d.h"), "qvector3d.h"),

0 commit comments

Comments
 (0)