-
Notifications
You must be signed in to change notification settings - Fork 98
Description
Thanks for taking care of the project!
I have a question concerning the install prefix. Where is it defined? Common search results for qmake state it could be set using
qmake -set prefix /path/to/install
# or
qmake PREFIX=/path/to/installNeither seem to work for me.
I'm a bit puzzled here, because the autogenerated Makefile is pretty complex, does not define a PREFIX like in many classical makefiles and the install target is referring to install_subtargets and so forth. Also, make install does not seem to do anything, actually.
Other than that, I'd like to report that I can build just fine on a recent Kubuntu Jammy 22.04.4 LTS. The only thing that needs changing in the build instructions for newer Ubuntus would be to remove qt5-default from the list of installed packages. This one does not exist anymore but also does not seem to be necessary.