##// 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 qmake
101 qmake
102 \endcode
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 After running qmake, build the project with make:
108 After running qmake, build the project with make:
105 \table
109 \table
106 \header
110 \header
General Comments 0
You need to be logged in to leave comments. Login now