summaryrefslogtreecommitdiff
path: root/core/symlinker/symlinker.pro
Side-by-side diff
Diffstat (limited to 'core/symlinker/symlinker.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--core/symlinker/symlinker.pro15
1 files changed, 15 insertions, 0 deletions
diff --git a/core/symlinker/symlinker.pro b/core/symlinker/symlinker.pro
new file mode 100644
index 0000000..9558b3e
--- a/dev/null
+++ b/core/symlinker/symlinker.pro
@@ -0,0 +1,15 @@
+TEMPLATE = app
+CONFIG += qtopia warn_on release
+DESTDIR = $(OPIEDIR)/bin
+
+HEADERS =
+SOURCES = main.cpp
+INTERFACES =
+
+TARGET = opie-update-symlinks
+INCLUDEPATH += $(OPIEDIR)/include
+DEPENDPATH += $(OPIEDIR)/include .
+LIBS += -lqpe -lopie
+
+include ( $(OPIEDIR)/include.pro )
+