blob: 0570253c2cc5930a0f3b821b79e7d520cc211c6d (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 | TEMPLATE	= app
TARGET		= remotecontrol
CONFIG		+= qt warn_on release
REQUIRES        = network full-config nocrosscompiler
HEADERS		= startup.h \
		  remotectrlimpl.h \
		  ipcserver.h
SOURCES		= main.cpp \
		  startup.cpp \
		  remotectrlimpl.cpp \
		  ipcserver.cpp
INTERFACES	= remotectrl.ui \
		  maindialog.ui
 |