-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake build requires qmake? #154
Comments
I'm getting the same error while trying to configure for Visual Studio 2015 x64. QT 5.9.8 is installed and BUILD_WITH_QT4 is not set. Selecting Windows SDK version 10.0.14393.0 to target Windows 10.0.18362. CMake Error at D:/Programs/Cmake/share/cmake-3.16/Modules/FindQt4.cmake:1314 (message): Configuring incomplete, errors occurred! Is there any option that needs to be set when calling the configuration to avoid that? |
As a workaround, setting |
Please provide more details on how the qtkeychain build is included in the respective main project build. |
|
TBH I have seen an opposite sort of warning along the lines of:
which is probably what one might expect - CMake is told to find Qt and it also finds 🤷♂️ |
I've seen errors like this when qtkeychain was built using ExternalProject_Add, not passing on the CMAKE_PREFIX_PATH to the external build and Qt simply wasn't found, I believe. But this doesn't seem to be the problem here? |
It would seem the cmake build requires qmake - which is super odd, is this supposed to happen?
The text was updated successfully, but these errors were encountered: