mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
FIx
This commit is contained in:
parent
c988dd2910
commit
9198971c57
@ -596,9 +596,8 @@ QString QgsApplication::resolvePkgPath()
|
||||
|
||||
if ( f.exists() && f.open( QIODevice::ReadOnly ) )
|
||||
{
|
||||
return f.readLine().trimmed();
|
||||
QgsDebugMsg("Running from build dir!");
|
||||
return buildSourcePath;
|
||||
return f.readLine().trimmed();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user