author | chicken <chicken> | 2004-02-24 09:00:59 (UTC) |
---|---|---|
committer | chicken <chicken> | 2004-02-24 09:00:59 (UTC) |
commit | 0a1c131b927ebebb772e67e4ac3975a1da1a870c (patch) (side-by-side diff) | |
tree | 0decb9d8092edb71343d6a0dfd06dbbded64ec43 | |
parent | 7fd2bb984be7f227902374e1033d73780d6ffe3a (diff) | |
download | opie-0a1c131b927ebebb772e67e4ac3975a1da1a870c.zip opie-0a1c131b927ebebb772e67e4ac3975a1da1a870c.tar.gz opie-0a1c131b927ebebb772e67e4ac3975a1da1a870c.tar.bz2 |
small fix
-rw-r--r-- | core/apps/taboapp/taboapp.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/apps/taboapp/taboapp.pro b/core/apps/taboapp/taboapp.pro index 0e8b66d..8b31bad 100644 --- a/core/apps/taboapp/taboapp.pro +++ b/core/apps/taboapp/taboapp.pro @@ -7,7 +7,7 @@ SOURCES = main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include . TARGET = taboapp -LIBS += -lqpe -lopieui2 -loapp +LIBS += -lqpe -lopiecore2 -lopieui2 -loapp INCLUDEPATH += $(OPIEDIR)/core/apps/oapp DEPENDPATH += $(OPIEDIR)/core/apps/oapp MOC_DIR = .build |