##// END OF EJS Templates
Update gettingstarted doc about build_all
Jani Honkonen -
r1973:c312bd590919
parent child
Show More
@@ -24,6 +24,15
24 24 make install
25 25 \endcode
26 26
27 Building both debug and release at the same time:
28 \code
29 qmake CONFIG+="debug_and_release build_all"
30 make
31 make install
32 \endcode
33
34 Please take a note that the \i build_all option is necessary for the install to work correctly. Otherwise it will not install both versions.
35
27 36 \bold {New project}
28 37
29 38 Create a new project in a usual way and then add to your project's *.pro file following line:
General Comments 0
You need to be logged in to leave comments. Login now