Skip to content
Permalink
Browse files
FIx
  • Loading branch information
NathanW2 committed Feb 12, 2018
1 parent c988dd2 commit 9198971
Showing 1 changed file with 1 addition and 2 deletions.
@@ -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
{

0 comments on commit 9198971

Please sign in to comment.