summaryrefslogtreecommitdiff
path: root/noncore/apps/odict/odict.pro
blob: 32e0ecc584dd3bd5ff3ca5485dcb47307e893824 (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++ -lopie
TARGET 		= odict

include ( $(OPIEDIR)/include.pro )