qt5base-lts/examples/tools/undoframework/undoframework.pro
Lars Knoll a889305c7e fix pro files
all examples compile again
2011-05-07 23:50:03 +02:00

20 lines
576 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
QT += widgets