summaryrefslogtreecommitdiffstats
path: root/examples/widgets/tools/undoframework/undoframework.pro
blob: 9cea99f105a8627e59f2293c2960af6238c8c790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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]/tools/undoframework
INSTALLS += target

simulator: warning(This example might not fully work on Simulator platform)