summaryrefslogtreecommitdiff
path: root/core/symlinker
Unidiff
Diffstat (limited to 'core/symlinker') (more/less context) (ignore whitespace changes)
-rw-r--r--core/symlinker/symlinker.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/symlinker/symlinker.pro b/core/symlinker/symlinker.pro
index 646c9fd..425b2e5 100644
--- a/core/symlinker/symlinker.pro
+++ b/core/symlinker/symlinker.pro
@@ -1,14 +1,14 @@
1 TEMPLATE= app 1 TEMPLATE= app
2 CONFIG += qtopia warn_on release 2 CONFIG += qtopia warn_on
3 DESTDIR = $(OPIEDIR)/bin 3 DESTDIR = $(OPIEDIR)/bin
4 4
5 HEADERS = 5 HEADERS =
6 SOURCES = main.cpp 6 SOURCES = main.cpp
7 INTERFACES= 7 INTERFACES=
8 8
9 TARGET = opie-update-symlinks 9 TARGET = opie-update-symlinks
10INCLUDEPATH += $(OPIEDIR)/include 10INCLUDEPATH += $(OPIEDIR)/include
11DEPENDPATH += $(OPIEDIR)/include . 11DEPENDPATH += $(OPIEDIR)/include .
12LIBS += -lqpe 12LIBS += -lqpe
13 13
14include ( $(OPIEDIR)/include.pro ) 14include ( $(OPIEDIR)/include.pro )