0748751c9f
(4.7-generated-declarative branch).
24 lines
809 B
Prolog
24 lines
809 B
Prolog
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]/qtbase/tools/undoframework
|
|
sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS undoframework.pro README images
|
|
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/tools/undoframework
|
|
INSTALLS += target sources
|
|
|
|
symbian: CONFIG += qt_example
|
|
maemo5: CONFIG += qt_example
|
|
|
|
symbian: warning(This example might not fully work on Symbian platform)
|
|
maemo5: warning(This example might not fully work on Maemo platform)
|
|
simulator: warning(This example might not fully work on Simulator platform)
|