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

qmake Cannot find feature qdep #7

Closed
EndrII opened this issue Dec 7, 2019 · 3 comments
Closed

qmake Cannot find feature qdep #7

EndrII opened this issue Dec 7, 2019 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@EndrII
Copy link

EndrII commented Dec 7, 2019

I need to build this service.
but there are problems at the qmake stage

andrei@HP-Laptop-15:~/gitHub/QtService$ ~/Qt/5.13.2/gcc_64/bin/qmake -r 
Reading /home/andrei/gitHub/QtService/src/src.pro
 Reading /home/andrei/gitHub/QtService/src/service/service.pro
Project MESSAGE: perl -w /home/andrei/Qt/5.13.2/gcc_64/bin/syncqt.pl -module QtService -version 2.0.2 -outdir /home/andrei/gitHub/QtService -builddir /home/andrei/gitHub/QtService /home/andrei/gitHub/QtService
<srcbase> = /home/andrei/gitHub/QtService 
<bldbase> = /home/andrei/gitHub/QtService 
<outbase> = /home/andrei/gitHub/QtService 
/home/andrei/gitHub/QtService/src/service/service.pro:45: Cannot find feature qdep
Project ERROR: Failed to load qdep feature! Run 'qdep prfgen --qmake /home/andrei/Qt/5.13.2/gcc_64/bin/qmake' to create it.

I need detailed instructions or a way to build this service from source and without installing additional components.

P.S.
Thank you for your project, a very interesting job.)

@Skycoder42
Copy link
Owner

Skycoder42 commented Dec 8, 2019

As you can see in the error output, you need to run qdep prfgen --qmake /home/andrei/Qt/5.13.2/gcc_64/bin/qmake to make it work. As the README states, you have to

I. Install and prepare qdep

to be able to build the library. It is a required tool that pulls in additional dependencies at compile time. If you want to get all sources beforehand, that is also possible, but you still need qdep both to get the sources, as well as to pull them in at compile time. Check that project for more details...

@Skycoder42 Skycoder42 added the question Further information is requested label Dec 8, 2019
@Skycoder42 Skycoder42 self-assigned this Dec 8, 2019
@EndrII
Copy link
Author

EndrII commented Dec 8, 2019

@Skycoder42 Thanks, I will try to understand with qdep.

@EndrII EndrII closed this as completed Dec 8, 2019
@Skycoder42
Copy link
Owner

If you have any further questions on how to get it to work, feel free to ask

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

No branches or pull requests

2 participants