-rw-r--r-- | noncore/apps/opie-reader/FliteDyn16/FliteDyn16.pro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/apps/opie-reader/FliteDyn16/FliteDyn16.pro b/noncore/apps/opie-reader/FliteDyn16/FliteDyn16.pro index 9fb7a56..d8cd15a 100644 --- a/noncore/apps/opie-reader/FliteDyn16/FliteDyn16.pro +++ b/noncore/apps/opie-reader/FliteDyn16/FliteDyn16.pro @@ -1,28 +1,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 +TARGET = flitedyn16 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 } |