summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/odict.pro
authorcniehaus <cniehaus>2002-12-29 14:15:31 (UTC)
committer cniehaus <cniehaus>2002-12-29 14:15:31 (UTC)
commit5a0893171cf82ebad8347ab9dbc1193f9fcabda3 (patch) (unidiff)
treec310a0a1d23087c3eba6d81eb07edc6437d90110 /noncore/apps/odict/odict.pro
parentda7abab7d817a22b8b6680027b6162d68b28ae98 (diff)
downloadopie-5a0893171cf82ebad8347ab9dbc1193f9fcabda3.zip
opie-5a0893171cf82ebad8347ab9dbc1193f9fcabda3.tar.gz
opie-5a0893171cf82ebad8347ab9dbc1193f9fcabda3.tar.bz2
just in case my harddisk breaks ;) Still there is no real funktional code,
only GUI-work
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, 3 insertions, 1 deletions
diff --git a/noncore/apps/odict/odict.pro b/noncore/apps/odict/odict.pro
index 7f5f30c..6257e5f 100644
--- a/noncore/apps/odict/odict.pro
+++ b/noncore/apps/odict/odict.pro
@@ -1,14 +1,16 @@
1 TEMPLATE= app 1 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 configdlg.h 5 configdlg.h
5 6
6 SOURCES = main.cpp \ 7 SOURCES = main.cpp \
7 odict.cpp \ 8 odict.cpp \
9 searchmethoddlg.cpp \
8 configdlg.cpp 10 configdlg.cpp
9INCLUDEPATH += $(OPIEDIR)/include 11INCLUDEPATH += $(OPIEDIR)/include
10DEPENDPATH += $(OPIEDIR)/include 12DEPENDPATH += $(OPIEDIR)/include
11 LIBS += -lqpe -lstdc++ 13 LIBS += -lqpe -lstdc++ -lopie
12 TARGET = odict 14 TARGET = odict
13 DESTDIR = $(OPIEDIR)/bin 15 DESTDIR = $(OPIEDIR)/bin
14 16