osmin icon indicating copy to clipboard operation
osmin copied to clipboard

Project running error

Open Niceyaa opened this issue 1 year ago • 1 comments

Hello, I would like to ask you how to run this project?

System environment:

Ubuntu: 20.04

QT: 5.15.3

Development tool: QT Creator

After I cloned my git project, I also installed a series of dependencies such as cmake by referring to your commands below. But when I run it in QT Creator, Error: No rule to make target 'all'.stop.

What should I do next?

Because I do front-end development, I don't know much about QT development. Hope to get your help, thank you!

Niceyaa avatar Dec 28 '23 08:12 Niceyaa

You have to open the file "CMakeLists.txt" with Qt Creator, then it should show you the build types: Enable one (i.e Debug or Release with debug info), then it should launch the configure stage. I guess the configure stage has failed for some reason, as missing a dependency. You should have a look in the output frame of the configure stage (General Messages ?). So if you don't find the issue, first try to build it without Qt creator like I explained in the readme file. You will find the configure issue.

janbar avatar Dec 28 '23 10:12 janbar