@@ -24,6 +24,15 | |||||
24 | make install |
|
24 | make install | |
25 | \endcode |
|
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 | \bold {New project} |
|
36 | \bold {New project} | |
28 |
|
37 | |||
29 | Create a new project in a usual way and then add to your project's *.pro file following line: |
|
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