source:
trunk/examples/network/infoprotocol/infourlclient/infourlclient.pro
| Last change on this file was 2, checked in by , 20 years ago | |
|---|---|
| File size: 249 bytes | |
| Line | |
|---|---|
| 1 | TEMPLATE = app |
| 2 | TARGET = infourlclient |
| 3 | |
| 4 | CONFIG += qt warn_on release |
| 5 | |
| 6 | REQUIRES = network full-config nocrosscompiler |
| 7 | |
| 8 | HEADERS = client.h \ |
| 9 | qip.h |
| 10 | SOURCES = main.cpp \ |
| 11 | client.cpp \ |
| 12 | qip.cpp |
| 13 | INTERFACES = clientbase.ui |
Note:
See TracBrowser
for help on using the repository browser.
