summaryrefslogtreecommitdiff
path: root/core/symlinker/symlinker.pro
authorbrad <brad>2004-03-21 12:37:03 (UTC)
committer brad <brad>2004-03-21 12:37:03 (UTC)
commit2560326d09f90f0afce24577cafbfd4c1f5e4b23 (patch) (side-by-side diff)
treeb42de41c7b4921d4e66bec401ab387503a8d085d /core/symlinker/symlinker.pro
parent2cf96daa9f9a2dca736baa6b5935c3de3e065f1b (diff)
downloadopie-2560326d09f90f0afce24577cafbfd4c1f5e4b23.zip
opie-2560326d09f90f0afce24577cafbfd4c1f5e4b23.tar.gz
opie-2560326d09f90f0afce24577cafbfd4c1f5e4b23.tar.bz2
Initial commit of qtpoia symlinker app for opie
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 )
+