source: trunk/doc/src/snippets/qmake/dirname.pro@ 568

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

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

File size: 116 bytes
Line 
1#! [0]
2FILE = /etc/X11R6/XF86Config
3DIRNAME = $$dirname(FILE) #/etc/X11R6
4#! [0]
5message($$FILE)
6message($$DIRNAME)
Note: See TracBrowser for help on using the repository browser.