mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 04:29:01 +08:00
11 lines
273 B
Markdown
11 lines
273 B
Markdown
|
# vcpkg_build_qmake
|
||
|
|
||
|
Build a qmake-based project, previously configured using vcpkg_configure_qmake.
|
||
|
|
||
|
```cmake
|
||
|
vcpkg_build_qmake()
|
||
|
```
|
||
|
|
||
|
## Source
|
||
|
[scripts/cmake/vcpkg_build_qmake.cmake](https://github.com/Microsoft/vcpkg/blob/master/scripts/cmake/vcpkg_build_qmake.cmake)
|