summaryrefslogtreecommitdiff
path: root/core/apps/qcop/qcop.pro
blob: a4b39d91dc496106a31e3bba834eca7af32720ca (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 )