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
Tobias Hunger
qt-creator
Commits
8344cc68
Commit
8344cc68
authored
Mar 24, 2009
by
con
Browse files
Correct 64 bit library location for non-g++.
Reviewed-by: hjk
parent
3dda9cdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/qworkbench.pri
View file @
8344cc68
...
...
@@ -6,7 +6,7 @@ isEmpty(TEST):CONFIG(debug, debug|release) {
}
}
linux-
g++
-64 {
linux-
*
-64 {
IDE_LIBRARY_BASENAME = lib64
} else {
IDE_LIBRARY_BASENAME = lib
...
...
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