author | zecke <zecke> | 2002-06-15 21:37:16 (UTC) |
---|---|---|
committer | zecke <zecke> | 2002-06-15 21:37:16 (UTC) |
commit | 6f9b901d1f8db793a0e4a42f99f14f802e96f62e (patch) (unidiff) | |
tree | a787afce2261063b145a57fca535feb29ba5489a | |
parent | 8ab6f33e6bd35266bed38952f149a328bea3c544 (diff) | |
download | opie-6f9b901d1f8db793a0e4a42f99f14f802e96f62e.zip opie-6f9b901d1f8db793a0e4a42f99f14f802e96f62e.tar.gz opie-6f9b901d1f8db793a0e4a42f99f14f802e96f62e.tar.bz2 |
-lopie for libs
-rw-r--r-- | noncore/net/opietooth/manager/manager.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro index 5f0a62c..5acb193 100644 --- a/noncore/net/opietooth/manager/manager.pro +++ b/noncore/net/opietooth/manager/manager.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 = bluebase.h scandialog.h | 4 | HEADERS = bluebase.h scandialog.h |
5 | SOURCES = main.cpp bluebase.cpp scandialog.cpp | 5 | SOURCES = main.cpp bluebase.cpp scandialog.cpp |
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 -lopietooth | 9 | LIBS += -lqpe -lopietooth -lopie |
10 | INTERFACES = bluetoothbase.ui devicedialog.ui | 10 | INTERFACES = bluetoothbase.ui devicedialog.ui |
11 | TARGET = $(OPIEDIR)/bin/bluetooth-manager | 11 | TARGET = $(OPIEDIR)/bin/bluetooth-manager |
12 | 12 | ||