Skip to content

Commit fb34d02

Browse files
authored
build.rs: require qt 6 (#48272)
1 parent 07d7070 commit fb34d02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ fn check_qmake(qmake_path: &Path) -> Result<LibVersion, Box<dyn Error>> {
240240
}
241241
};
242242

243-
check_version("qt", version.clone(), 5, 12)?;
243+
check_version("qt", version.clone(), 6, 0)?;
244244

245245
Ok(version)
246246
}

0 commit comments

Comments
 (0)