summaryrefslogtreecommitdiff
path: root/core/qws/qws.pro
blob: 50d0b2bf9e49a8a7ee631c20a72e021b8dd3e376 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
TEMPLATE	= app
CONFIG		= qt warn_on release
DESTDIR		= $(OPIEDIR)/bin

HEADERS		= \
		  transferserver.h \
		  qcopbridge.h \
		  oqwsserver.h
SOURCES		= \
		  main.cpp \
		  transferserver.cpp \
		  qcopbridge.cpp \
		  oqwsserver.cpp

INCLUDEPATH	+= $(OPIEDIR)/include 
DEPENDPATH	+= $(OPIEDIR)/include .
TARGET		= qws
LIBS		+= -lqpe -lopiecore2 -lopieui2

include ( $(OPIEDIR)/include.pro )