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.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/noncore/apps/odict/odict.pro b/noncore/apps/odict/odict.pro
index 6257e5f..e39fa95 100644
--- a/noncore/apps/odict/odict.pro
+++ b/noncore/apps/odict/odict.pro
@@ -2,12 +2,16 @@ TEMPLATE = app
2 CONFIG = qt warn_on release 2 CONFIG = qt warn_on release
3 HEADERS = odict.h \ 3 HEADERS = odict.h \
4 searchmethoddlg.h \ 4 searchmethoddlg.h \
5 configdlg.h 5 configdlg.h \
6 dingwidget.h \
7 dictwidget.h
6 8
7 SOURCES = main.cpp \ 9 SOURCES = main.cpp \
8 odict.cpp \ 10 odict.cpp \
9 searchmethoddlg.cpp \ 11 searchmethoddlg.cpp \
10 configdlg.cpp 12 configdlg.cpp \
13 dictwidget.cpp \
14 dingwidget.cpp
11INCLUDEPATH += $(OPIEDIR)/include 15INCLUDEPATH += $(OPIEDIR)/include
12DEPENDPATH += $(OPIEDIR)/include 16DEPENDPATH += $(OPIEDIR)/include
13 LIBS += -lqpe -lstdc++ -lopie 17 LIBS += -lqpe -lstdc++ -lopie