summaryrefslogtreecommitdiff
path: root/core/apps/qcop/qcop.pro
blob: 8cb1b55fb7855d6850fbb34f4341131720a976af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
TEMPLATE	= app
CONFIG		= qt warn_on 
DESTDIR		= $(OPIEDIR)/bin
HEADERS		= 
SOURCES		= main.cpp
INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe
INTERFACES	= 
TARGET		= qcop

include( $(OPIEDIR)/include.pro )