author | chicken <chicken> | 2004-02-24 09:00:59 (UTC) |
---|---|---|
committer | chicken <chicken> | 2004-02-24 09:00:59 (UTC) |
commit | 0a1c131b927ebebb772e67e4ac3975a1da1a870c (patch) (unidiff) | |
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 | |||
@@ -8,5 +8,5 @@ INCLUDEPATH += $(OPIEDIR)/include | |||
8 | DEPENDPATH+= $(OPIEDIR)/include . | 8 | DEPENDPATH+= $(OPIEDIR)/include . |
9 | TARGET = taboapp | 9 | TARGET = taboapp |
10 | LIBS += -lqpe -lopieui2 -loapp | 10 | LIBS += -lqpe -lopiecore2 -lopieui2 -loapp |
11 | INCLUDEPATH+= $(OPIEDIR)/core/apps/oapp | 11 | INCLUDEPATH+= $(OPIEDIR)/core/apps/oapp |
12 | DEPENDPATH+= $(OPIEDIR)/core/apps/oapp | 12 | DEPENDPATH+= $(OPIEDIR)/core/apps/oapp |