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

Need help to build Experimental Version for Windows 10 using Qt Creator #611

Closed
wamad opened this issue Jun 22, 2023 · 3 comments
Closed

Comments

@wamad
Copy link

wamad commented Jun 22, 2023

Hi all,

I am trying to compile/build the experimental version of Candle using Qt Creator on Win10, but no success.
I try to build the candle.pro that is in "/src/candle/candle.pro".

The error:
"Cannot find -lcustomwidgets"

Qt Version:
Qt 5.6.1 MinGW 32 bit

Compiler Version:
MinGW 4.9.2 32 bit

Any help will be appreciated, thank you.

image

@mar0x
Copy link

mar0x commented Jul 9, 2023

Hello,
It seems the issue caused by wrong library path specified in candle.pro and qtscript_custom.pro.

I would suggest to try the fork with number of fixes - https://github.com/mar0x/Candle/tree/Experimental-fixes - I've tested this branch against Qt 5.12.12 MinGW 32-bit.

@wamad
Copy link
Author

wamad commented Jul 10, 2023

Hi @mar0x,

Thank you so much for your response. I was able to build using Qt 5.12.12 MingGW 32-bit and run it perfectly.

However, the program cannot load the plugins. Any help on that ?

@wamad
Copy link
Author

wamad commented Jul 10, 2023

Hi @mar0x,

I am able to run with the plugin after I build for the "Release" version.

I hope this thread will help others to run the Experimental version. Thank you.

@wamad wamad closed this as completed Jul 10, 2023
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