source: trunk/doc/src/snippets/qmake/variables.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: 140 bytes
Line 
1#! [0]
2HEADERS = mainwindow.h paintwidget.h
3#! [0] #! [1]
4SOURCES = main.cpp mainwindow.cpp \
5 paintwidget.cpp
6CONFIG += qt
7#! [1]
Note: See TracBrowser for help on using the repository browser.