Changeset 93 for trunk/os2-doc
- Timestamp:
- May 1, 2006, 11:16:33 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/os2-doc/doc.html
r89 r93 342 342 <kbd>debug</kbd> keywords in the <code>CONFIG</code> statement.</p> 343 343 344 <p>21. The <code>VERSION</code> project variable is copied by qmake (as345 is) to the generated makefile. Note that its value does not affect the346 name of the generated DLL target anymore (for projects with the347 <kbd>lib</kbd> template and with the <kbd>dll</kbd> keyword in344 <p>21. The <code>VERSION</code> project variable is copied by 345 <kbd>qmake</kbd> (as is) to the generated makefile. Note that its value 346 does not affect the name of the generated DLL target anymore (for projects 347 with the <kbd>lib</kbd> template and with the <kbd>dll</kbd> keyword in 348 348 <code>CONFIG</code>), as opposed to other qmake backends. Appending a 349 349 version number to the DLL name could implicitly lead to running out of the … … 352 352 be used by qmake compiler specifications to embed the version to the 353 353 generated DLL file itself (as the GCC specification does).</p> 354 355 <p>22. Added the internal qmake variable <code>QMAKE_DEFINES_QT</code>. It 356 is intended to list a set of C/C++ defines to be used during compilation 357 of C/C++ sources when either <kbd>qt</kbd>, <kbd>qtinc</kbd> or 358 <kbd>build_qt</kbd> is present in the <code>CONFIG</code> statement. Using 359 this variable instead of <code>DEFINES</code> keeps non-Qt projects free 360 from Qt-only related defines (otherwise added to every Makefile generated 361 by <kbd>qmake</kbd> from any project file).</p> 354 362 </body> 355 363 </html>
Note:
See TracChangeset
for help on using the changeset viewer.