source: trunk/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.pro

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

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 187 bytes
Line 
1TEMPLATE = app
2TARGET = qgraphicslinearlayout
3QT += declarative
4
5SOURCES += \
6 linearlayout.cpp \
7 main.cpp
8
9HEADERS += \
10 linearlayout.h
11
12RESOURCES += \
13 linearlayout.qrc
14
15
Note: See TracBrowser for help on using the repository browser.