We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfefe99 commit 14adc2aCopy full SHA for 14adc2a
internal/backends/qt/build.rs
@@ -40,6 +40,8 @@ fn main() {
40
}
41
config.flag_if_supported("-std=c++17");
42
config.flag_if_supported("/std:c++17");
43
+ // Workaround QTBUG-123153
44
+ config.flag_if_supported("-Wno-template-id-cdtor");
45
config.include(std::env::var("DEP_QT_INCLUDE_PATH").unwrap()).build("lib.rs");
46
47
println!("cargo:rerun-if-changed=lib.rs");
0 commit comments