-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 @@ -7,3 +7,3 @@ DESTDIR = $(OPIEDIR)/plugins/applets INCLUDEPATH += $(OPIEDIR)/include -INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib +INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib DEPENDPATH += $(OPIEDIR)/include 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,4 +1,4 @@ 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 @@ -6,3 +6,3 @@ SOURCES = main.cpp bluebase.cpp scandialog.cpp INCLUDEPATH += $(OPIEDIR)/include -INCLUDEPATH += $(OPIEDIR)/noncore/opietooth/lib +INCLUDEPATH += $(OPIEDIR)/noncore/net/opietooth/lib DEPENDPATH += $(OPIEDIR)/include |