summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/odict.pro
blob: 7faf1bd8149ce7106abd2be51558264b35a467d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
CONFIG		= qt warn_on  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 )