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

Last change on this file since 846 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 325 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://qt.nokia.com/doc/4.0/qtextdocument.html pageCount
9message($$join(urlPieces, $$LITERAL_HASH))
10#! [1]
Note: See TracBrowser for help on using the repository browser.