Jack·Boos·Yu
Jack·Boos·Yu
@Shatur Such like: ``` C:\Users\usr\CMakeBuilds\bd6fc262-4128-8c3e-9d7a-de6165a29aa7\build\x86-Debug\vcpkg_installed\x86-windows\tools\qt5\bin>windeployqt.exe C:\Users\usr\CMakeBuilds\bd6fc262-4128-8c3e-9d7a-de6165a29aa7\build\x86-Debug\tst --no-compiler-runtime --no-angle Unable to find dependent libraries of C:\Users\usr\CMakeBuilds\bd6fc262-4128-8c3e-9d7a-de6165a29aa7\build\x86-Debug\vcpkg_installed\x86-windows\bin\Qt5Widgetsd.dll :Cannot open 'C:/Users/usr/CMakeBuilds/bd6fc262-4128-8c3e-9d7a-de6165a29aa7/build/x86-Debug/vcpkg_installed/x86-windows/bin/Qt5Widgetsd.dll': The system cannot find the file specified. ``` Right? I can run...
@Shatur Are you sure that the official windeployqt can copy those libraries?
I think it maybe related to the installed tool path but I copied all the libraries from _bin_ to _tools/qt5/bin_ couldn't fix this issue. I don't check the logic code...
According to https://doc.qt.io/qt-6/qt-conf.html, I added `Binraries=bin` and `Libraries=lib` or changed `LibraryExecutables` to `bin` didn't fix this issue.
Sadly, according to our policy, we shouldn't add any feature about the c/cxx standard. You can use overlay-port to use this feature locally. Sorry for that.
@stalkyr See https://github.com/microsoft/vcpkg/blob/master/docs/maintainers/maintainer-guide.md#do-not-use-features-to-control-alternatives-in-published-interfaces
> @JackBoosY, please see next paragraph **A feature may replace polyfills with aliases provided that replacement is baked into the installed tree** Notwithstanding the above, ports may remove polyfills with...
Ping for response.
Unless this port mandates the use of cxx17, it is our policy not to add a c/cxx standard feature.
@stalkyr Maybe you should make a new triplet and set cxx17 as the cxx standard in the toolchain file instead.