-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 @@ | |||
1 | DEFINES += OPIE USEQPE | 1 | DEFINES += OPIE USEQPE |
2 | VPATH = .. | 2 | VPATH = .. |
3 | TEMPLATE= lib | 3 | TEMPLATE= lib |
4 | CONFIG = qt warn_on release dll | 4 | CONFIG = qt warn_on release dll |
5 | HEADERS = flitedyn.h | 5 | HEADERS = flitedyn.h |
6 | 6 | ||
7 | SOURCES = flitedyn.cpp | 7 | SOURCES = flitedyn.cpp |
8 | 8 | ||
9 | 9 | ||
10 | INTERFACES= | 10 | INTERFACES= |
11 | DESTDIR = $(OPIEDIR)/plugins/reader/outcodecs | 11 | DESTDIR = $(OPIEDIR)/plugins/reader/outcodecs |
12 | TARGET = flitedyn | 12 | TARGET = flitedyn16 |
13 | LIBS += -lflite_cmu_us_kal16 -lflite_usenglish -lflite_cmulex -lflite | 13 | LIBS += -lflite_cmu_us_kal16 -lflite_usenglish -lflite_cmulex -lflite |
14 | 14 | ||
15 | INCLUDEPATH+= $(OPIEDIR)/include | 15 | INCLUDEPATH+= $(OPIEDIR)/include |
16 | DEPENDPATH += $(OPIEDIR)/include | 16 | DEPENDPATH += $(OPIEDIR)/include |
17 | 17 | ||
18 | include( $(OPIEDIR)/include.pro ) | 18 | include( $(OPIEDIR)/include.pro ) |
19 | 19 | ||
20 | !isEmpty( LIBFLITE_INC_DIR ) { | 20 | !isEmpty( LIBFLITE_INC_DIR ) { |
21 | INCLUDEPATH = $$LIBFLITE_INC_DIR $$INCLUDEPATH | 21 | INCLUDEPATH = $$LIBFLITE_INC_DIR $$INCLUDEPATH |
22 | } | 22 | } |
23 | !isEmpty( LIBFLITE_LIB_DIR ) { | 23 | !isEmpty( LIBFLITE_LIB_DIR ) { |
24 | LIBS = -L$$LIBFLITE_LIB_DIR $$LIBS | 24 | LIBS = -L$$LIBFLITE_LIB_DIR $$LIBS |
25 | } | 25 | } |
26 | 26 | ||
27 | 27 | ||
28 | 28 | ||