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 | 3 |
1 files changed, 2 insertions, 1 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,4 +1,5 @@ | |||
1 | CONFIG = qt warn_on quick-app | 1 | CONFIG = qt warn_on |
2 | DESTDIR = $(OPIEDIR)/bin | ||
2 | HEADERS = pindlg.h | 3 | HEADERS = pindlg.h |
3 | SOURCES = main.cc pindlg.cc | 4 | SOURCES = main.cc pindlg.cc |
4 | INCLUDEPATH += $(OPIEDIR)/include | 5 | INCLUDEPATH += $(OPIEDIR)/include |