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

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

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

File size: 532 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
Note: See TracBrowser for help on using the repository browser.