examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.pro
equal
deleted
inserted
replaced
|
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 |