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