Skip to content

Commit

Permalink
FIx
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanW2 committed Feb 12, 2018
1 parent c988dd2 commit 9198971
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/qgsapplication.cpp
Expand Up @@ -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
{
Expand Down

0 comments on commit 9198971

Please sign in to comment.