summaryrefslogtreecommitdiff
path: root/noncore/apps/dictionary/dictionary.pro
blob: e829e685f3edb4b2743fcc4e9c7b9aea7e9a88f1 (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 += $(QPEDIR)/include
DEPENDPATH	+= $(QPEDIR)/include
LIBS            += -lqpe

TARGET		= dictionary