Click here to Skip to main content
15,887,175 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am new to using QT and this is my first project inside QT. I built this project in QMake within C++. I don't know QT. But I want to learn it. I want to create a build of the project which can't be done by me. It is like a problem that I don't understand. Please help me create a build. Thank you!

What I have tried:

I build like this:
-> I open QT.
-> On the left, at the bottom, there is an icon like a computer, from there I select "Desktop QT.5.12.2 MinGW 64-bit" and select "Release".
-> Then I run the project. So there is a folder in the path where my project is located and inside that folder is a folder called "Release" and inside that folder, an EXE is created.
-> But that EXE doesn't run. After adding all the DLLs to the folder containing the EXE, I get this exception.

Exception:
--------------------------------------------
QT_Camera.exe - Application Error
--------------------------------------------
The application was unable to start correctly (0xc000007b). Click OK to close the application.
--------------------------------------------
exactly
--------------------------------------------
Posted
Updated 2-Oct-23 2:43am
v2
Comments
Richard MacCutchan 29-Sep-23 7:34am    
"I don't know QT."
Then try some proper tutorials first. You cannot build a working project until you understand the framework you are trying to use.

1 solution

The documentation Create Your First Applications | Qt 6.5[^] doesn't fit your needs?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900