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

Last change on this file since 1023 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 582 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
17
18symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.