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

SOURCES += \
    linearlayout.cpp \
    main.cpp

HEADERS += \
    linearlayout.h

RESOURCES += \
    linearlayout.qrc