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

Project running error #65

Open
Niceyaa opened this issue Dec 28, 2023 · 1 comment
Open

Project running error #65

Niceyaa opened this issue Dec 28, 2023 · 1 comment

Comments

@Niceyaa
Copy link

Niceyaa commented Dec 28, 2023

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!

@janbar
Copy link
Owner

janbar commented Dec 28, 2023

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.

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