You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
422 B
13 lines
422 B
--- src/tools/qgpluginmanager.cpp
|
|
+++ src/tools/qgpluginmanager.cpp 2004/09/25 11:46:41
|
|
@@ -377,6 +377,9 @@
|
|
QString basename = (*git).left( (*git).find( QChar(0xfffd) ) );
|
|
++git;
|
|
|
|
+ // WARNING: this line should only exist on lib64 systems !
|
|
+ basename += ".lib64";
|
|
+
|
|
QStringList sameBasename;
|
|
while( git != group.end() &&
|
|
basename == (*git).left( (*git).find( QChar(0xfffd) ) ) ) {
|