summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-reader/FliteDyn16/FliteDyn16.pro
blob: 9fb7a564289fe4f88368e9c8b251f6073efdfc1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
DEFINES += OPIE USEQPE
VPATH = ..
TEMPLATE	= lib
CONFIG		= qt warn_on release dll
HEADERS		= flitedyn.h

SOURCES		= flitedyn.cpp


INTERFACES	= 
DESTDIR		= $(OPIEDIR)/plugins/reader/outcodecs
TARGET		= flitedyn
LIBS            += -lflite_cmu_us_kal16 -lflite_usenglish -lflite_cmulex -lflite

INCLUDEPATH	+= $(OPIEDIR)/include
DEPENDPATH      += $(OPIEDIR)/include

include( $(OPIEDIR)/include.pro )

!isEmpty( LIBFLITE_INC_DIR ) {
    INCLUDEPATH = $$LIBFLITE_INC_DIR $$INCLUDEPATH
}
!isEmpty( LIBFLITE_LIB_DIR ) {
    LIBS = -L$$LIBFLITE_LIB_DIR $$LIBS
}