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

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

trunk: Merged in qt 4.6.1 sources.

File size: 504 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
16
17symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
Note: See TracBrowser for help on using the repository browser.