source: trunk/examples/itemviews/addressbook/addressbook.pro@ 664

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

trunk: Merged in qt 4.6.1 sources.

File size: 633 bytes
Line 
1SOURCES = adddialog.cpp \
2 addresswidget.cpp \
3 main.cpp \
4 mainwindow.cpp \
5 newaddresstab.cpp \
6 tablemodel.cpp
7HEADERS = adddialog.h \
8 addresswidget.h \
9 mainwindow.h \
10 newaddresstab.h \
11 tablemodel.h
12
13# install
14target.path = $$[QT_INSTALL_EXAMPLES]/itemviews/addressbook
15sources.files = $$SOURCES $$HEADERS $$RESOURCES addressbook.pro
16sources.path = $$[QT_INSTALL_EXAMPLES]/itemviews/addressbook
17INSTALLS += target sources
18
19symbian {
20 TARGET.UID3 = 0xA000A646
21 include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
22}
Note: See TracBrowser for help on using the repository browser.