mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 18:31:15 +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.