blob: 46fce9b97adcf01b1d7fad865c846ac4a71f75d3 [file] [log] [blame]
QT += widgets
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