summaryrefslogtreecommitdiffstats
path: root/examples/network/infoprotocol/infoserver/infoserver.pro
blob: 3d79aeff2fa35ccd057ad7c6285a8b970687c33f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
TEMPLATE	= app
TARGET		= infoserver

CONFIG		+= qt warn_on release

REQUIRES        = network full-config nocrosscompiler

HEADERS		= server.h \
		  infodata.h
SOURCES		= main.cpp \
		  server.cpp \
		  infodata.cpp
INTERFACES	= serverbase.ui