summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/odict.pro
blob: 7480cd7fa5b6f863a2aa2a0e289645641ffb9734 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG		= qt warn_on release quick-app
HEADERS		= odict.h \
				searchmethoddlg.h \
				configdlg.h \
				dingwidget.h

SOURCES		= main.cpp \
		  odict.cpp \
		  searchmethoddlg.cpp \
		  configdlg.cpp \
		  dingwidget.cpp
INCLUDEPATH     += $(OPIEDIR)/include
DEPENDPATH      += $(OPIEDIR)/include
LIBS		+= -lqpe -lstdc++ -lopiecore2 -lopieui2
TARGET 		= odict

include ( $(OPIEDIR)/include.pro )