Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
8344cc68
Commit
8344cc68
authored
Mar 24, 2009
by
con
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correct 64 bit library location for non-g++.
Reviewed-by: hjk
parent
3dda9cdd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/qworkbench.pri
src/qworkbench.pri
+1
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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