Commit 43b95458 authored by Hugo Vincent's avatar Hugo Vincent

Tidy up .pri file slightly

parent bc395332
...@@ -101,22 +101,14 @@ linux-g++ { ...@@ -101,22 +101,14 @@ linux-g++ {
HARDWARE_PLATFORM = $$system(uname -a) HARDWARE_PLATFORM = $$system(uname -a)
contains( HARDWARE_PLATFORM, x86_64 ) { contains( HARDWARE_PLATFORM, x86_64 ) {
# 64-bit Linux # 64-bit Linux
LIBS += \ LIBS += \
-L$$BASEDIR/lib/flite/linux64 \ -L$$BASEDIR/lib/flite/linux64
-lm \
-lflite_cmu_us_awb \
-lflite_cmu_us_rms \
-lflite_cmu_us_slt \
-lflite_usenglish \
-lflite_cmulex \
-lflite \
-lSDL \
-lSDLmain
} else { } else {
# 32-bit Linux # 32-bit Linux
LIBS += \ LIBS += \
-L$$BASEDIR/lib/flite/linux32 \ -L$$BASEDIR/lib/flite/linux32
-lm \ }
LIBS += -lm \
-lflite_cmu_us_awb \ -lflite_cmu_us_awb \
-lflite_cmu_us_rms \ -lflite_cmu_us_rms \
-lflite_cmu_us_slt \ -lflite_cmu_us_slt \
...@@ -125,7 +117,6 @@ linux-g++ { ...@@ -125,7 +117,6 @@ linux-g++ {
-lflite \ -lflite \
-lSDL \ -lSDL \
-lSDLmain -lSDLmain
}
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment