author | harlekin <harlekin> | 2002-06-23 09:09:50 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-06-23 09:09:50 (UTC) |
commit | e9f053439c8409ea2e1e57de9bf6f764f994b222 (patch) (side-by-side diff) | |
tree | 436338afd93e521fb9eb90ddce1acc2c7a80b7bc /noncore | |
parent | 026b4db9ecd26b14ba8b510669cbcc033e420b65 (diff) | |
download | opie-e9f053439c8409ea2e1e57de9bf6f764f994b222.zip opie-e9f053439c8409ea2e1e57de9bf6f764f994b222.tar.gz opie-e9f053439c8409ea2e1e57de9bf6f764f994b222.tar.bz2 |
corrected lib dir
-rw-r--r-- | noncore/net/opietooth/applet/applet.pro | 2 | ||||
-rw-r--r-- | noncore/net/opietooth/manager/manager.pro | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/noncore/net/opietooth/applet/applet.pro b/noncore/net/opietooth/applet/applet.pro index 9520a5e..cb78f85 100644 --- a/noncore/net/opietooth/applet/applet.pro +++ b/noncore/net/opietooth/applet/applet.pro @@ -5,7 +5,7 @@ SOURCES = bluezapplet.cpp bluezappletimpl.cpp TARGET = bluetoothapplet DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include -INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib +INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopietooth VERSION = 0.0.3 diff --git a/noncore/net/opietooth/manager/manager.pro b/noncore/net/opietooth/manager/manager.pro index 5acb193..1d86684 100644 --- a/noncore/net/opietooth/manager/manager.pro +++ b/noncore/net/opietooth/manager/manager.pro @@ -1,10 +1,10 @@ TEMPLATE = app -#CONFIG = qt warn_on debug -CONFIG = qt warn_on release +CONFIG = qt warn_on debug +#CONFIG = qt warn_on release HEADERS = bluebase.h scandialog.h SOURCES = main.cpp bluebase.cpp scandialog.cpp INCLUDEPATH += $(OPIEDIR)/include -INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib +INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopietooth -lopie INTERFACES = bluetoothbase.ui devicedialog.ui |