qt-chat-app

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

build.rs (129B)


      1 use cxx_qt_build::CxxQtBuilder;
      2 
      3 fn main() {
      4     CxxQtBuilder::new()
      5         .file("src/network_manager.rs")
      6         .build();
      7 }