Last change
on this file was 561, checked in by Dmitry A. Kuminov, 15 years ago |
trunk: Merged in qt 4.6.1 sources.
|
File size:
574 bytes
|
Rev | Line | |
---|
[2] | 1 | HEADERS = mainwindow.h \
|
---|
| 2 | findfiledialog.h \
|
---|
| 3 | assistant.h \
|
---|
| 4 | textedit.h
|
---|
| 5 | SOURCES = main.cpp \
|
---|
| 6 | mainwindow.cpp \
|
---|
| 7 | findfiledialog.cpp \
|
---|
| 8 | assistant.cpp \
|
---|
| 9 | textedit.cpp
|
---|
| 10 |
|
---|
| 11 | # install
|
---|
| 12 | target.path = $$[QT_INSTALL_EXAMPLES]/help/simpletextviewer
|
---|
| 13 | sources.files = $$SOURCES $$HEADERS $$RESOURCES documentation *.pro
|
---|
| 14 | sources.path = $$[QT_INSTALL_EXAMPLES]/help/simpletextviewer
|
---|
| 15 | INSTALLS += target sources
|
---|
| 16 |
|
---|
[561] | 17 | symbian: include($$QT_SOURCE_TREE/examples/symbianpkgrules.pri)
|
---|
| 18 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.