Last change
on this file since 555 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
File size:
500 bytes
|
Line | |
---|
1 | HEADERS = dialog.h \
|
---|
2 | fortuneserver.h \
|
---|
3 | fortunethread.h
|
---|
4 | SOURCES = dialog.cpp \
|
---|
5 | fortuneserver.cpp \
|
---|
6 | fortunethread.cpp \
|
---|
7 | main.cpp
|
---|
8 | QT += network
|
---|
9 |
|
---|
10 | # install
|
---|
11 | target.path = $$[QT_INSTALL_EXAMPLES]/network/threadedfortuneserver
|
---|
12 | sources.files = $$SOURCES $$HEADERS $$RESOURCES $$FORMS threadedfortuneserver.pro
|
---|
13 | sources.path = $$[QT_INSTALL_EXAMPLES]/network/threadedfortuneserver
|
---|
14 | INSTALLS += target sources
|
---|
Note:
See
TracBrowser
for help on using the repository browser.