how to get qmake binary
Unsolved
Installation and Deployment
-
Hi,
I am trying to get qt creator running on a linux (ubuntu) running.
I installed using the offline installers:- qt-creator-opensource-linux-x86_64-4.7.0.run
- qt-opensource-linux-x64-5.10.0.run
After the installation I can run qt creator
What I somehow do not get is the qmake binary.
How do I install qmake?Kind regards
-
Hi and welcome to devnet,
qmake
can be found in/path/to/Qt/5.10.0/gcc_64/
. But why install both separately ? Qt Creator comes also with both the online and offline installers. Start that version, it will be configured with the Qt versions you installed.