source: trunk/examples/network/infoprotocol/infourlclient/infourlclient.pro

Last change on this file was 2, checked in by dmik, 20 years ago

Imported xplatform parts of the official release 3.3.1 from Trolltech

File size: 249 bytes
Line 
1TEMPLATE = app
2TARGET = infourlclient
3
4CONFIG += qt warn_on release
5
6REQUIRES = network full-config nocrosscompiler
7
8HEADERS = client.h \
9 qip.h
10SOURCES = main.cpp \
11 client.cpp \
12 qip.cpp
13INTERFACES = clientbase.ui
Note: See TracBrowser for help on using the repository browser.