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:
433 bytes
|
Line | |
---|
1 | CONFIG += assistant
|
---|
2 |
|
---|
3 | QT += network
|
---|
4 |
|
---|
5 | HEADERS = mainwindow.h \
|
---|
6 | findfiledialog.h
|
---|
7 | SOURCES = main.cpp \
|
---|
8 | mainwindow.cpp \
|
---|
9 | findfiledialog.cpp
|
---|
10 |
|
---|
11 | # install
|
---|
12 | target.path = $$[QT_INSTALL_EXAMPLES]/assistant/simpletextviewer
|
---|
13 | sources.files = $$SOURCES $$HEADERS $$RESOURCES documentation *.pro
|
---|
14 | sources.path = $$[QT_INSTALL_EXAMPLES]/assistant/simpletextviewer
|
---|
15 | INSTALLS += target sources
|
---|
16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.