author | zecke <zecke> | 2005-02-20 12:51:04 (UTC) |
---|---|---|
committer | zecke <zecke> | 2005-02-20 12:51:04 (UTC) |
commit | bdbe220d0096667f26c8c25c1e1011c32fc54524 (patch) (unidiff) | |
tree | aa9084ca932e15c8a763fd8637a9dc78a835b2bb | |
parent | 29fef69a2d6a9253ea6bfddb1f9ac09c502f4988 (diff) | |
download | opie-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
-rw-r--r-- | noncore/net/opietooth/blue-pin/blue-pin.pro | 23 |
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 @@ | |||
1 | CONFIG = qt warn_on quick-app | 1 | CONFIG = qt warn_on |
2 | HEADERS = pindlg.h | 2 | DESTDIR = $(OPIEDIR)/bin |
3 | SOURCES = main.cc pindlg.cc | 3 | HEADERS = pindlg.h |
4 | INCLUDEPATH += $(OPIEDIR)/include | 4 | SOURCES = main.cc pindlg.cc |
5 | INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib | 5 | INCLUDEPATH += $(OPIEDIR)/include |
6 | DEPENDPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib |
7 | LIBS += -lqpe | 7 | DEPENDPATH += $(OPIEDIR)/include |
8 | INTERFACES = pindlgbase.ui | 8 | LIBS += -lqpe |
9 | TARGET = bluepin | 9 | INTERFACES = pindlgbase.ui |
10 | 10 | TARGET = bluepin | |
11 | include( $(OPIEDIR)/include.pro ) | 11 | |
12 | include( $(OPIEDIR)/include.pro ) | ||