source: trunk/examples/tutorials/addressbook/part5/part5.pro@ 92

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

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

File size: 370 bytes
Line 
1SOURCES = addressbook.cpp \
2 finddialog.cpp \
3 main.cpp
4HEADERS = addressbook.h \
5 finddialog.h
6
7# install
8target.path = $$[QT_INSTALL_EXAMPLES]/tutorials/addressbook/part5
9sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS part5.pro
10sources.path = $$[QT_INSTALL_EXAMPLES]/tutorials/addressbook/part5
11INSTALLS += target sources
Note: See TracBrowser for help on using the repository browser.