summaryrefslogtreecommitdiff
path: root/noncore/apps/dictionary/dictionary.pro
blob: fc89411101e67e4728ca8df6162450c93267db68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
TEMPLATE	= app
CONFIG		+= qt warn_on release
DESTDIR		= ../bin

HEADERS	= dicttool.h
SOURCES	= dicttool.cpp main.cpp

INTERFACES	= dicttoolbase.ui

INCLUDEPATH += $(OPIEDIR)/include
DEPENDPATH	+= $(OPIEDIR)/include
LIBS            += -lqpe

TARGET		= dictionary