Skip to content

Commit 1ad252a

Browse files
committed
qt-build-utils: parse_cflags is now only needed for qmake builds
1 parent 4c85f90 commit 1ad252a

File tree

1 file changed

+1
-0
lines changed
  • crates/qt-build-utils/src

1 file changed

+1
-0
lines changed

crates/qt-build-utils/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pub use installation::QtInstallation;
2121
#[cfg(feature = "qmake")]
2222
pub use installation::qmake::QtInstallationQMake;
2323

24+
#[cfg(feature = "qmake")]
2425
mod parse_cflags;
2526

2627
mod tool;

0 commit comments

Comments
 (0)