qt5base-lts/examples/itemviews/simpledommodel/simpledommodel.pro
David Boddie 0748751c9f Squashed commit of the changes from the mobile-examples repository
(4.7-generated-declarative branch).
2011-05-23 14:24:07 +02:00

19 lines
513 B
Prolog

HEADERS = domitem.h \
dommodel.h \
mainwindow.h
SOURCES = domitem.cpp \
dommodel.cpp \
main.cpp \
mainwindow.cpp
CONFIG += qt
QT += xml
# install
target.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/simpledommodel
sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
sources.path = $$[QT_INSTALL_EXAMPLES]/qtbase/itemviews/simpledommodel
INSTALLS += target sources
symbian: CONFIG += qt_example
maemo5: CONFIG += qt_example