source:
trunk/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.pro
Last change on this file was 846, checked in by , 14 years ago | |
---|---|
File size: 187 bytes |
Line | |
---|---|
1 | TEMPLATE = app |
2 | TARGET = qgraphicslinearlayout |
3 | QT += declarative |
4 | |
5 | SOURCES += \ |
6 | linearlayout.cpp \ |
7 | main.cpp |
8 | |
9 | HEADERS += \ |
10 | linearlayout.h |
11 | |
12 | RESOURCES += \ |
13 | linearlayout.qrc |
14 | |
15 |
Note:
See TracBrowser
for help on using the repository browser.