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 27bc121 commit dced176Copy full SHA for dced176
desktop/build.rs
@@ -1,3 +1,3 @@
1
fn main() {
2
- slint_build::compile("src/ui.slint").unwrap();
+ slint_build::compile("ui/ui.slint").unwrap();
3
}
0 commit comments