qt5base-lts/examples/widgets/graphicsview/diagramscene/diagramscene.pro

20 lines
372 B
Prolog
Raw Normal View History

QT += widgets
HEADERS = mainwindow.h \
diagramitem.h \
diagramscene.h \
arrow.h \
diagramtextitem.h
SOURCES = mainwindow.cpp \
diagramitem.cpp \
main.cpp \
arrow.cpp \
diagramtextitem.cpp \
diagramscene.cpp
RESOURCES = diagramscene.qrc
# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/graphicsview/diagramscene
INSTALLS += target