source: trunk/examples/tools/undoframework/undoframework.pro@ 168

Last change on this file since 168 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 517 bytes
Line 
1HEADERS = commands.h \
2 diagramitem.h \
3 diagramscene.h \
4 mainwindow.h
5SOURCES = commands.cpp \
6 diagramitem.cpp \
7 diagramscene.cpp \
8 main.cpp \
9 mainwindow.cpp
10RESOURCES = undoframework.qrc
11
12# install
13target.path = $$[QT_INSTALL_EXAMPLES]/tools/undoframework
14sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS undoframework.pro README images
15sources.path = $$[QT_INSTALL_EXAMPLES]/tools/undoframework
16INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.