2012-12-14 21:13:33 +01:00
|
|
|
QT += widgets
|
|
|
|
|
2011-04-27 12:05:43 +02:00
|
|
|
HEADERS = layoutitem.h \
|
|
|
|
window.h
|
|
|
|
SOURCES = layoutitem.cpp \
|
|
|
|
main.cpp \
|
|
|
|
window.cpp
|
|
|
|
RESOURCES = basicgraphicslayouts.qrc
|
|
|
|
|
|
|
|
# install
|
2012-11-26 14:04:31 +01:00
|
|
|
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/basicgraphicslayouts
|
2012-11-27 20:40:16 +01:00
|
|
|
INSTALLS += target
|