source: trunk/doc/src/snippets/qmake/comments.pro@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 326 bytes
Line 
1#! [0]
2# Comments usually start at the beginning of a line, but they
3# can also follow other content on the same line.
4#! [0]
5
6#! [1]
7# To include a literal hash character, use the $$LITERAL_HASH variable:
8urlPieces = http://doc.trolltech.com/4.0/qtextdocument.html pageCount
9message($$join(urlPieces, $$LITERAL_HASH))
10#! [1]
Note: See TracBrowser for help on using the repository browser.