宮水_五葉

Results 6 issues of 宮水_五葉

Integrate LIEF with vcpkg could really help me with Visual Studio development and CI like Github Action and etc. Please intergtate LIEF with vcpkg

Build System

### 你在什么场景下需要该功能? 编写Qt程序时,会用到`.ui`等需要qt的`uic`之类进行预处理的文件,但是修改`xxx.ui`文件后要在`ui_xxx.h`中体现出来只能通过运行`xmake build`,让`xmake`运行`uic`,但是此时我正在编写中,`xmake build`很快运行完`uic`后开始尝试编译,此时编译必然失败(因为还没写完,我只是想让修改在文件中,在智能补全中体现),导致不必要的等待 ### 描述可能的解决方案 将`.ui`文件放入单独的`target`中 ### 描述你认为的候选方案 _No response_ ### 其他信息 我尝试了可能的解决方法,但是无奈`uic`编译出的文件并没有public,所以所以用`add deps`没获取到,希望能有更好的解决方法 ![失败的方法](https://github.com/xmake-io/xmake/assets/47047883/88795aed-0adf-47aa-b190-12376d479ea0)

feature request

My develop environment is Windows and Visual Studio, how can I use the project with them, I didn't see any documentation. Sincerely thanks to reply.

When building on Ubuntu ``` error[E0432]: unresolved import `crate::platform::platform_impl` --> /home/mitsuha/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crabgrab-0.3.7/src/frame.rs:4:23 | 4 | use crate::{platform::platform_impl::{ImplAudioFrame, ImplVideoFrame}, util::*}; | ^^^^^^^^^^^^^ could not find `platform_impl` in `platform` error[E0432]: unresolved import `crate::platform::platform_impl`...

## PR Type Bug Fix ## PR Checklist - [x] Tests for the changes have been added / updated. - [x] Documentation comments have been added / updated. - [...

A-multipart
B-semver-norelease