summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/undoframework/undoframework.pro
blob: 5c877be338bcd9db8d12432ab2cb41afd6451b32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
QT += widgets

HEADERS	    = commands.h \
	      diagramitem.h \
	      diagramscene.h \
	      mainwindow.h
SOURCES	    = commands.cpp \
              diagramitem.cpp \
              diagramscene.cpp \
              main.cpp \
              mainwindow.cpp
RESOURCES   = undoframework.qrc

# install
target.path = $$[QT_INSTALL_EXAMPLES]/widgets/tools/undoframework
INSTALLS += target