Skip to content
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

Debug build ok, release build fails. #2

Open
mediabuff opened this issue Feb 5, 2021 · 4 comments
Open

Debug build ok, release build fails. #2

mediabuff opened this issue Feb 5, 2021 · 4 comments

Comments

@mediabuff
Copy link

Hi,
thanks for the instructions and files. Able to follow to get the debug build working. I get errors on 'nmake release'.

image

@sgqy
Copy link
Owner

sgqy commented Feb 19, 2021

It seems linking Debug version with Release version, which makes it wrong.
Maybe you can try merging the patch files manually, and find any build options, which has D or not (-MT/-MD for example), then clean the build and retry.

By the way, what is the Qt version, MSVC version and OS version?
I may have a try...

@mediabuff
Copy link
Author

Same version of Qt u have recommended. VS 2019 and Windows 10 - latest build

@mediabuff
Copy link
Author

Also, QtDeclartive doesn’t get built in any version

@sgqy
Copy link
Owner

sgqy commented Jun 10, 2023

You can use git to apply this patch.
Also, this build is succeed, you can try it in your own environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants