Bilgisayarıma clipgrab yüklemek istiyorum . https://clipgrab.org/ sayfasından program dosyalarını indirdim ve açıklamalarda anlatıldığı gibi
"#Compiling ClipGrab
Pre-compiled packages for ClipGrab are available on https://clipgrab.org
But compiling ClipGrab is really easy!
##Prerequisites
You need to install the Qt5 developer libraries in order to compile the program.
On Ubuntu and Debian-based system, you can install the necessary libraries like this:
sudo apt install qtbase5-dev qtwebengine5-dev
Other Linux distributions might have slightly different package names. Packages for Windows and macOS can be downloaded here: Index of /archive/qt/5.12
In addition, ffmpeg (no developer libs necessary) needs to be installed.
##Compiling
To compile ClipGrab, simply execute the following command:
qmake clipgrab.pro && make
This will create an executable “clipgrab” that you can start via ./clipgrab."
işlemleri sırayla yaptım, ancak derleme aşamasında
“qmake clipgrab.pro && make” komutunu verdiğimde
qmake: could not find a Qt installation of ‘’
hatasını alıyorum.
Bu konuda bana yardımcı olabilirmisiniz?