source: trunk/examples/itemviews/simpledommodel/simpledommodel.pro@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

File size: 439 bytes
Line 
1HEADERS = domitem.h \
2 dommodel.h \
3 mainwindow.h
4SOURCES = domitem.cpp \
5 dommodel.cpp \
6 main.cpp \
7 mainwindow.cpp
8CONFIG += qt
9QT += xml
10
11# install
12target.path = $$[QT_INSTALL_EXAMPLES]/itemviews/simpledommodel
13sources.files = $$SOURCES $$HEADERS $$RESOURCES *.pro
14sources.path = $$[QT_INSTALL_EXAMPLES]/itemviews/simpledommodel
15INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.