summaryrefslogtreecommitdiff
path: root/noncore
authorzecke <zecke>2005-02-20 12:51:04 (UTC)
committer zecke <zecke>2005-02-20 12:51:04 (UTC)
commitbdbe220d0096667f26c8c25c1e1011c32fc54524 (patch) (unidiff)
treeaa9084ca932e15c8a763fd8637a9dc78a835b2bb /noncore
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') (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 @@
1CONFIG = qt warn_on quick-app 1CONFIG = qt warn_on
2HEADERS = pindlg.h 2DESTDIR = $(OPIEDIR)/bin
3SOURCES = main.cc pindlg.cc 3HEADERS = pindlg.h
4INCLUDEPATH += $(OPIEDIR)/include 4SOURCES = main.cc pindlg.cc
5INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib 5INCLUDEPATH += $(OPIEDIR)/include
6DEPENDPATH += $(OPIEDIR)/include 6INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib
7LIBS += -lqpe 7DEPENDPATH += $(OPIEDIR)/include
8INTERFACES = pindlgbase.ui 8LIBS += -lqpe
9 TARGET = bluepin 9INTERFACES = pindlgbase.ui
10 10 TARGET = bluepin
11include( $(OPIEDIR)/include.pro ) 11
12include( $(OPIEDIR)/include.pro )