summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/odict.pro
Unidiff
Diffstat (limited to 'noncore/apps/odict/odict.pro') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/odict/odict.pro4
1 files changed, 2 insertions, 2 deletions
diff --git a/noncore/apps/odict/odict.pro b/noncore/apps/odict/odict.pro
index 32e0ecc..7480cd7 100644
--- a/noncore/apps/odict/odict.pro
+++ b/noncore/apps/odict/odict.pro
@@ -2,7 +2,7 @@ CONFIG = qt warn_on release quick-app
2 HEADERS = odict.h \ 2 HEADERS = odict.h \
3 searchmethoddlg.h \ 3 searchmethoddlg.h \
4 configdlg.h \ 4 configdlg.h \
5 dingwidget.h 5 dingwidget.h
6 6
7 SOURCES = main.cpp \ 7 SOURCES = main.cpp \
8 odict.cpp \ 8 odict.cpp \
@@ -11,7 +11,7 @@ SOURCES = main.cpp \
11 dingwidget.cpp 11 dingwidget.cpp
12INCLUDEPATH += $(OPIEDIR)/include 12INCLUDEPATH += $(OPIEDIR)/include
13DEPENDPATH += $(OPIEDIR)/include 13DEPENDPATH += $(OPIEDIR)/include
14 LIBS += -lqpe -lstdc++ -lopie 14 LIBS += -lqpe -lstdc++ -lopiecore2 -lopieui2
15 TARGET = odict 15 TARGET = odict
16 16
17include ( $(OPIEDIR)/include.pro ) 17include ( $(OPIEDIR)/include.pro )