We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c85f90 commit 1ad252aCopy full SHA for 1ad252a
crates/qt-build-utils/src/lib.rs
@@ -21,6 +21,7 @@ pub use installation::QtInstallation;
21
#[cfg(feature = "qmake")]
22
pub use installation::qmake::QtInstallationQMake;
23
24
+#[cfg(feature = "qmake")]
25
mod parse_cflags;
26
27
mod tool;
0 commit comments