author | harlekin <harlekin> | 2002-06-20 22:32:26 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-06-20 22:32:26 (UTC) |
commit | 99acb72cb2bd8d5d647aad891f001d8ef2c8d96d (patch) (unidiff) | |
tree | a4acdb712585b1381d4b61ed5d3e18f8b777e2ca | |
parent | 7b4a1dfd56b64e588d3fe6c75a51490df13e9797 (diff) | |
download | opie-99acb72cb2bd8d5d647aad891f001d8ef2c8d96d.zip opie-99acb72cb2bd8d5d647aad891f001d8ef2c8d96d.tar.gz opie-99acb72cb2bd8d5d647aad891f001d8ef2c8d96d.tar.bz2 |
type in pro file
-rw-r--r-- | noncore/net/opietooth/blue-pin/blue-pin.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opietooth/blue-pin/blue-pin.pro b/noncore/net/opietooth/blue-pin/blue-pin.pro index 8b103ce..32366bc 100644 --- a/noncore/net/opietooth/blue-pin/blue-pin.pro +++ b/noncore/net/opietooth/blue-pin/blue-pin.pro | |||
@@ -1,12 +1,12 @@ | |||
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 | TARGET = $(OPIEDIR)bin/bluepin | 11 | TARGET = $(OPIEDIR)/bin/bluepin |
12 | 12 | ||