##// END OF EJS Templates
Doc: added spec about folder from which qmake must be run...
Nico Vertriest -
r2792:84107c5dfb2a
parent child
Show More
@@ -101,6 +101,10
101 101 qmake
102 102 \endcode
103 103
104 qmake should be run from the folder where Qt has been installed. For example,
105 if Qt is built with -prefix /opt/MyXCompiledQt, then qmake should be run
106 from /opt/MyXCompiledQt/bin/qmake.
107
104 108 After running qmake, build the project with make:
105 109 \table
106 110 \header
General Comments 0
You need to be logged in to leave comments. Login now