summaryrefslogtreecommitdiff
path: root/core/symlinker/symlinker.pro
blob: 425b2e583a82bbec2816496b3da692222a0295a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TEMPLATE	= app
CONFIG		+= qtopia warn_on 
DESTDIR		= $(OPIEDIR)/bin

HEADERS		= 
SOURCES		= main.cpp
INTERFACES	= 

TARGET		= opie-update-symlinks
INCLUDEPATH     += $(OPIEDIR)/include 
DEPENDPATH      += $(OPIEDIR)/include .
LIBS            += -lqpe

include ( $(OPIEDIR)/include.pro )