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
85010230
Commit
85010230
authored
Mar 06, 2009
by
hjk
Browse files
Fixes: add startup script for creator
Details: LD_LIBRARY_PATH setting still missing
parent
bb8ff39a
Changes
3
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
85010230
...
...
@@ -72,7 +72,7 @@ src/xml/lib/
# Binaries
# --------
bin/*.dll
bin/qtcreator
bin/qtcreator
.bin
bin/qtcreator.exe
doc/qtcreator.qch
tests/manual/cplusplus/cplusplus0
bin/qtcreator
0 → 100755
View file @
85010230
#!/bin/bash
"
`
dirname
\"
$0
\"
`
/qtcreator.bin"
${
1
+
"
$@
"
}
src/qworkbench.pri
View file @
85010230
...
...
@@ -20,12 +20,13 @@ macx {
IDE_PLUGIN_PATH = $$IDE_LIBRARY_PATH
contains(QT_CONFIG, ppc):CONFIG += ppc x86
} else {
IDE_APP_TARGET = qtcreator
IDE_APP_TARGET = qtcreator
.bin
IDE_LIBRARY_PATH = $$IDE_BUILD_TREE/lib/qtcreator
IDE_PLUGIN_PATH = $$IDE_LIBRARY_PATH/plugins/
}
IDE_APP_PATH = $$IDE_BUILD_TREE/bin
win32 {
IDE_APP_TARGET = qtcreator
IDE_LIBRARY_PATH ~= s|/+|\|
IDE_APP_PATH ~= s|/+|\|
}
...
...
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