summaryrefslogtreecommitdiff
path: root/core/symlinker/symlinker.pro
Unidiff
Diffstat (limited to 'core/symlinker/symlinker.pro') (more/less context) (show whitespace changes)
-rw-r--r--core/symlinker/symlinker.pro37
1 files changed, 1 insertions, 36 deletions
diff --git a/core/symlinker/symlinker.pro b/core/symlinker/symlinker.pro
index a2349dc..5de86d2 100644
--- a/core/symlinker/symlinker.pro
+++ b/core/symlinker/symlinker.pro
@@ -2,49 +2,14 @@ TEMPLATE = app
2CONFIG += qt warn_on 2CONFIG += qt warn_on
3DESTDIR = $(OPIEDIR)/bin 3DESTDIR = $(OPIEDIR)/bin
4 4
5HEADERS = 5HEADERS =
6SOURCES = main.cpp 6SOURCES = main.cpp
7INTERFACES = 7INTERFACES =
8 8
9TARGET = opie-update-symlinks 9TARGET = opie-update-symlinks
10INCLUDEPATH += $(OPIEDIR)/include 10INCLUDEPATH += $(OPIEDIR)/include
11DEPENDPATH += $(OPIEDIR)/include . 11DEPENDPATH += $(OPIEDIR)/include .
12LIBS += -lqpe -lopiecore2 12LIBS += -lqpe -lopiecore2
13 13
14include( 14include( $(OPIEDIR)/include.pro )
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49 $(OPIEDIR)/include.pro )
50 15