summaryrefslogtreecommitdiff
path: root/noncore/net/opietooth/blue-pin
authorzecke <zecke>2005-02-20 12:51:04 (UTC)
committer zecke <zecke>2005-02-20 12:51:04 (UTC)
commitbdbe220d0096667f26c8c25c1e1011c32fc54524 (patch) (side-by-side diff)
treeaa9084ca932e15c8a763fd8637a9dc78a835b2bb /noncore/net/opietooth/blue-pin
parent29fef69a2d6a9253ea6bfddb1f9ac09c502f4988 (diff)
downloadopie-bdbe220d0096667f26c8c25c1e1011c32fc54524.zip
opie-bdbe220d0096667f26c8c25c1e1011c32fc54524.tar.gz
opie-bdbe220d0096667f26c8c25c1e1011c32fc54524.tar.bz2
Do not use QuickLaunch to avoid printing of message to stdout,
fix end of files to UNIX This should make it work with bluez again
Diffstat (limited to 'noncore/net/opietooth/blue-pin') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/opietooth/blue-pin/blue-pin.pro23
1 files changed, 12 insertions, 11 deletions
diff --git a/noncore/net/opietooth/blue-pin/blue-pin.pro b/noncore/net/opietooth/blue-pin/blue-pin.pro
index 12a3110..1b69a8e 100644
--- a/noncore/net/opietooth/blue-pin/blue-pin.pro
+++ b/noncore/net/opietooth/blue-pin/blue-pin.pro
@@ -1,11 +1,12 @@
-CONFIG = qt warn_on quick-app
-HEADERS = pindlg.h
-SOURCES = main.cc pindlg.cc
-INCLUDEPATH += $(OPIEDIR)/include
-INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib
-DEPENDPATH += $(OPIEDIR)/include
-LIBS += -lqpe
-INTERFACES = pindlgbase.ui
-TARGET = bluepin
-
-include( $(OPIEDIR)/include.pro )
+CONFIG = qt warn_on
+DESTDIR = $(OPIEDIR)/bin
+HEADERS = pindlg.h
+SOURCES = main.cc pindlg.cc
+INCLUDEPATH += $(OPIEDIR)/include
+INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib
+DEPENDPATH += $(OPIEDIR)/include
+LIBS += -lqpe
+INTERFACES = pindlgbase.ui
+TARGET = bluepin
+
+include( $(OPIEDIR)/include.pro )