vcpkg/ports/vcpkg-qmake
JonLiu1993 c4c8038caa
[vcpkg-qmake] Remove unnecessary directory (#37752)
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 code
be9eb66945/ports/vcpkg-qmake/vcpkg_qmake_configure.cmake (L149)
to generate the existing path above.
2024-03-28 12:37:50 -07:00
..
portfile.cmake
vcpkg_qmake_build.cmake
vcpkg_qmake_configure.cmake
vcpkg_qmake_install.cmake
vcpkg-port-config.cmake
vcpkg.json
z_vcpkg_qmake_fix_makefiles.cmake