summaryrefslogtreecommitdiffstats
path: root/examples/widgets/graphicsview/basicgraphicslayouts/basicgraphicslayouts.pro
blob: 59abd2b405c5d7d59b234df632dc28f7dcc96975 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
HEADERS   = layoutitem.h \
            window.h
SOURCES   = layoutitem.cpp \
            main.cpp \
            window.cpp
RESOURCES = basicgraphicslayouts.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/basicgraphicslayouts
INSTALLS += target

QT += widgets