summaryrefslogtreecommitdiffstats
path: root/examples/declarative/cppextensions/qgraphicslayouts/graphicsLayouts/graphicsLayouts.pro
blob: e5d91b262bda04b14450f8c4707f199572b02301 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE = app
TARGET  = graphicslayouts
QT += declarative

SOURCES += \
    graphicslayouts.cpp \
    main.cpp

HEADERS += \
    graphicslayouts_p.h

RESOURCES += \
    graphicslayouts.qrc