author | pohly <pohly> | 2005-06-16 20:45:45 (UTC) |
---|---|---|
committer | pohly <pohly> | 2005-06-16 20:45:45 (UTC) |
commit | 8af66795130275b1337f8ae06d249649ac273d0d (patch) (side-by-side diff) | |
tree | f0a27c3a77211469f997a6112568d28a5b8d68ee | |
parent | bfaf122d10a24520dd8988128f06745447ad34ee (diff) | |
download | opie-8af66795130275b1337f8ae06d249649ac273d0d.zip opie-8af66795130275b1337f8ae06d249649ac273d0d.tar.gz opie-8af66795130275b1337f8ae06d249649ac273d0d.tar.bz2 |
8 and 16 bit flite plugins need to have different names
-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 } |