-
Notifications
You must be signed in to change notification settings - Fork 171
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
Build error concerning KDBindings #557
Comments
Hi, I can't reproduce the problem. Would you be able to attach a minimal main.cpp + CMakeLists.txt that shows it, then I'd be able to fix it Are you installing KDDockWidgets (make install or equivalent), or using KDDW as a submodule ? |
test_dock_widgets.zip
|
try latest main branch, should be fixed |
Hello! I am trying to build C++ app, which links to KDDockWidgets (v2.2.0) under Windows and Qt 5.15.2.
The library has been successfully built. But the consumer cannot be built due to missing KDBindings.lib.
How should I tweak KDDockWidgets build options in order to build KDBindings.lib?
Should I download external KDBindings repository?
The text was updated successfully, but these errors were encountered: