|
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 | |
|---|
| 1 | SOURCES = adddialog.cpp \
|
|---|
| 2 | addresswidget.cpp \
|
|---|
| 3 | main.cpp \
|
|---|
| 4 | mainwindow.cpp \
|
|---|
| 5 | newaddresstab.cpp \
|
|---|
| 6 | tablemodel.cpp
|
|---|
| 7 | HEADERS = adddialog.h \
|
|---|
| 8 | addresswidget.h \
|
|---|
| 9 | mainwindow.h \
|
|---|
| 10 | newaddresstab.h \
|
|---|
| 11 | tablemodel.h
|
|---|
| 12 |
|
|---|
| 13 | # install
|
|---|
| 14 | target.path = $$[QT_INSTALL_EXAMPLES]/itemviews/addressbook
|
|---|
| 15 | sources.files = $$SOURCES $$HEADERS $$RESOURCES addressbook.pro
|
|---|
| 16 | sources.path = $$[QT_INSTALL_EXAMPLES]/itemviews/addressbook
|
|---|
| 17 | INSTALLS += target sources
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.