We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Help me. The release version posted on the site does not run in debug mode for QtC++.
I read somewhere that this version is only for the release version.
Now I tried to build it myself but I couldn't. Here is my command.
cmake C:\Users\Test\uhd\host\ -G "Visual Studio 17 2022" ^ -DCMAKE_INSTALL_PREFIX=C:\Users\Test\uhd\build ^ -DBOOST_ROOT=C:\boost-1.81.0\boost-1.81.0 ^ -DLIBUSB_INCLUDE_DIRS=C:\Users\Test\Desktop\libusb-1.0.27\VS2022\MS64\libusb-1.0 ^ -DLIBUSB_LIBRARIES=C:\Users\Test\Desktop\libusb-1.0.27\VS2022\MS64\dll\libusb-1.0.lib ^ -DCMAKE_CONFIGURATION_TYPES="Debug;Release;RelWithDebInfo;MinSizeRel" ^ -DCMAKE_BUILD_TYPE=Debug ^ -DUHD_TESTS=ON ^ -DUHD_EXAMPLES=ON
I would be grateful if someone could guide me.
The text was updated successfully, but these errors were encountered:
Hi @windwosvs, this is more of a support issue, not a bug, so please move this conversation to the mailing list or other avenues.
Sorry, something went wrong.
No branches or pull requests
Help me.
The release version posted on the site does not run in debug mode for QtC++.
I read somewhere that this version is only for the release version.
Now I tried to build it myself but I couldn't. Here is my command.
cmake C:\Users\Test\uhd\host\ -G "Visual Studio 17 2022" ^
-DCMAKE_INSTALL_PREFIX=C:\Users\Test\uhd\build ^
-DBOOST_ROOT=C:\boost-1.81.0\boost-1.81.0 ^
-DLIBUSB_INCLUDE_DIRS=C:\Users\Test\Desktop\libusb-1.0.27\VS2022\MS64\libusb-1.0 ^
-DLIBUSB_LIBRARIES=C:\Users\Test\Desktop\libusb-1.0.27\VS2022\MS64\dll\libusb-1.0.lib ^
-DCMAKE_CONFIGURATION_TYPES="Debug;Release;RelWithDebInfo;MinSizeRel" ^
-DCMAKE_BUILD_TYPE=Debug ^
-DUHD_TESTS=ON ^
-DUHD_EXAMPLES=ON
I would be grateful if someone could guide me.
The text was updated successfully, but these errors were encountered: