mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 06:26:44 +08:00
c4c8038caa
Recently when I was using vcpkg-qmake, I found that a function in the `ports/vcpkg-qmake/vcpkg_qmake_configure.cmake` file was repeated:be9eb66945/ports/vcpkg-qmake/vcpkg_qmake_configure.cmake (L143)
By running this line of code, we will configure the generated `qt.conf` file. At the same time, if the `${CURRENT_BUILDTREES_DIR}/${config_triplet}/` path does not exist, we will also generate it. Then we back up the environment variables and run the codebe9eb66945/ports/vcpkg-qmake/vcpkg_qmake_configure.cmake (L149)
to generate the existing path above.
20 lines
362 B
JSON
20 lines
362 B
JSON
{
|
|
"name": "vcpkg-qmake",
|
|
"version-date": "2023-03-22",
|
|
"port-version": 1,
|
|
"documentation": "https://vcpkg.io/en/docs/README.html",
|
|
"license": "MIT",
|
|
"supports": "native",
|
|
"dependencies": [
|
|
"pkgconf",
|
|
{
|
|
"name": "qtbase",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|