aboutsummaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/qgraphicslayouts/qgraphicslinearlayout/qgraphicslinearlayout.pro
blob: c2e9b57fd1af2f42caaa1524b254a33532e9d3e9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE = app
TARGET  = qgraphicslinearlayout
QT += declarative qtquick1

SOURCES += \
    linearlayout.cpp \
    main.cpp

HEADERS += \
    linearlayout.h

RESOURCES += \
    linearlayout.qrc