From bdbe220d0096667f26c8c25c1e1011c32fc54524 Mon Sep 17 00:00:00 2001 From: zecke Date: Sun, 20 Feb 2005 12:51:04 +0000 Subject: 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 --- 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 ) -- cgit v0.9.0.2