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
Marco Bubke
flatpak-qt-creator
Commits
ba9e0b8a
Commit
ba9e0b8a
authored
Sep 29, 2009
by
Oswald Buddenhagen
Browse files
$IDETESTDIR => $QTCREATOR_TEST_DIR
i really don't detest dirs ... :D
parent
f7d665ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libs/extensionsystem/pluginmanager.cpp
View file @
ba9e0b8a
...
...
@@ -454,7 +454,7 @@ bool PluginManager::runningTests() const
*/
QString
PluginManager
::
testDataDirectory
()
const
{
QByteArray
ba
=
qgetenv
(
"
IDE
TESTDIR"
);
QByteArray
ba
=
qgetenv
(
"
QTCREATOR_
TEST
_
DIR"
);
QString
s
=
QString
::
fromLocal8Bit
(
ba
.
constData
(),
ba
.
size
());
if
(
s
.
isEmpty
())
{
s
=
IDE_TEST_DIR
;
...
...
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