Commit 3e084df3 authored by hengli's avatar hengli

Added more lib search paths.

parent 7680af6f
......@@ -158,6 +158,7 @@ message("Compiling for linux 32")
LIBS += \
-L/usr/lib \
-L/usr/local/lib64 \
-lm \
-lflite_cmu_us_kal \
-lflite_usenglish \
......@@ -166,7 +167,7 @@ message("Compiling for linux 32")
-lSDL \
-lSDLmain
exists(/usr/include/osg) {
exists(/usr/include/osg) | exists(/usr/local/include/osg) {
message("Building support for OpenSceneGraph")
DEPENDENCIES_PRESENT += osg
# Include OpenSceneGraph libraries
......@@ -174,6 +175,7 @@ message("Compiling for linux 32")
-losgViewer \
-losgGA \
-losgDB \
-losgQt \
-losgText \
-lOpenThreads
......@@ -235,6 +237,7 @@ linux-g++-64 {
LIBS += \
-L/usr/lib \
-L/usr/local/lib64 \
-lm \
-lflite_cmu_us_kal \
-lflite_usenglish \
......@@ -243,7 +246,7 @@ linux-g++-64 {
-lSDL \
-lSDLmain
exists(/usr/include/osg) {
exists(/usr/include/osg) | exists(/usr/local/include/osg) {
message("Building support for OpenSceneGraph")
DEPENDENCIES_PRESENT += osg
# Include OpenSceneGraph libraries
......@@ -251,6 +254,7 @@ linux-g++-64 {
-losgViewer \
-losgGA \
-losgDB \
-losgQt \
-losgText \
-lOpenThreads
......
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