Skip to content
GitLab
Menu
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
085dcd7d
Commit
085dcd7d
authored
Apr 03, 2009
by
con
Browse files
Only use lib64 on 64 bit Linux, not Windows or Mac.
parent
5266f16c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/app/main.cpp
View file @
085dcd7d
...
...
@@ -179,7 +179,7 @@ static inline QStringList getPluginPaths()
// 1) "plugins" (Win/Linux)
QString
pluginPath
=
rootDirPath
;
pluginPath
+=
QDir
::
separator
();
#ifdef
QT_ARCH_X86_64
#if
def
ined(
QT_ARCH_X86_64
) && defined(Q_OS_UNIX) && !defined(Q_OS_MAC)
pluginPath
+=
QLatin1String
(
"lib64"
);
#else
pluginPath
+=
QLatin1String
(
"lib"
);
...
...
Write
Preview
Supports
Markdown
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