The TDE integration library (libtqtkde) will be searched for

in the TQt plugins directory, instead of the TDE plugins
directory, which cannot be known at TQt build time.

This resolves issue #3.

Signed-off-by: gregory guy <g-gregory@gmx.fr>
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit d3b13515ef)
r14.0.x
gregory guy 5 years ago committed by Slávek Banko
parent 5787486cb7
commit 6e7a186f1e
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -27,11 +27,7 @@ static TQCString findLibrary()
if( getenv( "QT_NO_KDE_INTEGRATION" ) == NULL
|| getenv( "QT_NO_KDE_INTEGRATION" )[ 0 ] == '0' )
{
#ifdef USE_LIB64_PATHES
return "/opt/kde3/lib64/kde3/plugins/integration/libqtkde";
#else
return "/opt/kde3/lib/kde3/plugins/integration/libqtkde";
#endif
return TQCString() + tqInstallPathPlugins() + "/integration/libqtkde";
}
return "";
}

Loading…
Cancel
Save