author | zecke <zecke> | 2004-04-04 22:35:57 (UTC) |
---|---|---|
committer | zecke <zecke> | 2004-04-04 22:35:57 (UTC) |
commit | ae71ba19e1e7a207e2e1720a13eec4aaddf4e2c2 (patch) (side-by-side diff) | |
tree | bb20dd20b3a5d7e2c0ed0ca98f83530dfee1ed51 | |
parent | fad3886132f81ff5f1f84c09e9a0b3048d91296d (diff) | |
download | opie-ae71ba19e1e7a207e2e1720a13eec4aaddf4e2c2.zip opie-ae71ba19e1e7a207e2e1720a13eec4aaddf4e2c2.tar.gz opie-ae71ba19e1e7a207e2e1720a13eec4aaddf4e2c2.tar.bz2 |
fix with odebug
-rw-r--r-- | noncore/settings/tabmanager/tabmanager.cpp | 2 | ||||
-rw-r--r-- | noncore/settings/tabmanager/tabmanager.pro | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/noncore/settings/tabmanager/tabmanager.cpp b/noncore/settings/tabmanager/tabmanager.cpp index 4274203..3eae424 100644 --- a/noncore/settings/tabmanager/tabmanager.cpp +++ b/noncore/settings/tabmanager/tabmanager.cpp @@ -5,2 +5,4 @@ +#include <opie2/odebug.h> + #include <qpe/applnk.h> diff --git a/noncore/settings/tabmanager/tabmanager.pro b/noncore/settings/tabmanager/tabmanager.pro index dbc81a3..d4aac43 100644 --- a/noncore/settings/tabmanager/tabmanager.pro +++ b/noncore/settings/tabmanager/tabmanager.pro @@ -6,3 +6,3 @@ INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include -LIBS += -lqpe +LIBS += -lqpe -lopiecore2 INTERFACES = app.ui wait.ui |