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

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