Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Valentin Platzgummer
qgroundcontrol
Commits
3e084df3
Commit
3e084df3
authored
Dec 08, 2011
by
hengli
Browse files
Added more lib search paths.
parent
7680af6f
Changes
1
Hide whitespace changes
Inline
Side-by-side
qgroundcontrol.pri
View file @
3e084df3
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment