Last change
on this file since 987 was 846, checked in by Dmitry A. Kuminov, 14 years ago |
trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.
|
File size:
443 bytes
|
Rev | Line | |
---|
[846] | 1 | HEADERS = fsmodel.h \
|
---|
[2] | 2 | mainwindow.h
|
---|
[846] | 3 | SOURCES = fsmodel.cpp \
|
---|
[2] | 4 | main.cpp \
|
---|
| 5 | mainwindow.cpp
|
---|
| 6 | RESOURCES = completer.qrc
|
---|
| 7 |
|
---|
| 8 | # install
|
---|
| 9 | target.path = $$[QT_INSTALL_EXAMPLES]/tools/completer
|
---|
| 10 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS completer.pro resources
|
---|
| 11 | sources.path = $$[QT_INSTALL_EXAMPLES]/tools/completer
|
---|
| 12 | INSTALLS += target sources
|
---|
[561] | 13 |
|
---|
| 14 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.