blob: 42010f5499a3f43cb119613634d487af42e05f6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS undoframework.pro README images
sources.path = $$[QT_INSTALL_EXAMPLES]/tools/undoframework
INSTALLS += target sources
|