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:
509 bytes
|
Line | |
---|
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 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.