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
f4a5fac9
Commit
f4a5fac9
authored
Aug 04, 2010
by
Bill King
Browse files
Make the bauhaust test find creator again.
parent
58f1b059
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/auto/qml/qmldesigner/bauhaustests/testbauhaus.cpp
View file @
f4a5fac9
...
...
@@ -50,7 +50,7 @@ TestBauhaus::TestBauhaus()
#ifdef Q_OS_WIN
m_executable
=
m_creatorDir
+
"/bin/qtcreator.exe"
;
#else
m_executable
=
m_creatorDir
+
"/bin/qtcreator
.bin
"
;
m_executable
=
m_creatorDir
+
"/bin/qtcreator"
;
#endif
Q_ASSERT
(
QFileInfo
(
m_executable
).
exists
());
...
...
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