author | harlekin <harlekin> | 2002-07-17 18:30:31 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-07-17 18:30:31 (UTC) |
commit | dc2fc48905c1b4825b943bc126f47950c859fce3 (patch) (unidiff) | |
tree | cf5d3ccb4ebde2f13040328ba6b0baac17ef6d00 | |
parent | b498618d255732f8620055439bf25eab8feefdc0 (diff) | |
download | opie-dc2fc48905c1b4825b943bc126f47950c859fce3.zip opie-dc2fc48905c1b4825b943bc126f47950c859fce3.tar.gz opie-dc2fc48905c1b4825b943bc126f47950c859fce3.tar.bz2 |
fixed control file
-rw-r--r-- | noncore/net/opietooth/blue-pin/blue-pin.pro | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/blue-pin/opie-bluepin.control | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/noncore/net/opietooth/blue-pin/blue-pin.pro b/noncore/net/opietooth/blue-pin/blue-pin.pro index 1444bb6..8ac4ee7 100644 --- a/noncore/net/opietooth/blue-pin/blue-pin.pro +++ b/noncore/net/opietooth/blue-pin/blue-pin.pro | |||
@@ -1,15 +1,15 @@ | |||
1 | TEMPLATE = app | 1 | TEMPLATE = app |
2 | #CONFIG = qt warn_on debug | 2 | #CONFIG = qt warn_on debug |
3 | CONFIG = qt warn_on release | 3 | CONFIG = qt warn_on release |
4 | HEADERS = pindlg.h | 4 | HEADERS = pindlg.h |
5 | SOURCES = main.cc pindlg.cc | 5 | SOURCES = main.cc pindlg.cc |
6 | INCLUDEPATH += $(OPIEDIR)/include | 6 | INCLUDEPATH += $(OPIEDIR)/include |
7 | INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib | 7 | INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib |
8 | DEPENDPATH += $(OPIEDIR)/include | 8 | DEPENDPATH += $(OPIEDIR)/include |
9 | LIBS += -lqpe | 9 | LIBS += -lqpe |
10 | INTERFACES = pindlgbase.ui | 10 | INTERFACES = pindlgbase.ui |
11 | DESTDIR = $(OPIEDIR)/bin | 11 | DESTDIR = $(OPIEDIR)/bin |
12 | TARGET = bluepin | 12 | TARGET = bluepin |
13 | 13 | ||
14 | TRANSLATIONS = ../../../../i18n/de/bluepin.ts \ | 14 | TRANSLATIONS = ../../../../i18n/de/bluepin.ts \ |
15 | ../../../../i18n/en/bluepin.ts \ | 15 | ../../../../i18n/en/bluepin.ts \ |
diff --git a/noncore/net/opietooth/blue-pin/opie-bluepin.control b/noncore/net/opietooth/blue-pin/opie-bluepin.control index 0466498..13a4dc6 100644 --- a/noncore/net/opietooth/blue-pin/opie-bluepin.control +++ b/noncore/net/opietooth/blue-pin/opie-bluepin.control | |||
@@ -1,9 +1,9 @@ | |||
1 | Files: bin/bluepin apps/Settings/bluetooth-manager.desktop | 1 | Files: bin/bluepin |
2 | Priority: optional | 2 | Priority: optional |
3 | Section: opie/applications | 3 | Section: opie/applications |
4 | Maintainer: Holger Freyther <zecke@handhelds.org> | 4 | Maintainer: Holger Freyther <zecke@handhelds.org> |
5 | Architecture: arm | 5 | Architecture: arm |
6 | Version: 0.3.4-$SUB_VERSION | 6 | Version: 0.3.4-$SUB_VERSION |
7 | Depends: opie-base ($QPE_VERSION) | 7 | Depends: opie-base ($QPE_VERSION) |
8 | License: GPL | 8 | License: GPL |
9 | Description: Bluetooth pin application | 9 | Description: Bluetooth pin application |