Skip to content

Commit 9198971

Browse files
committed
FIx
1 parent c988dd2 commit 9198971

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/qgsapplication.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -596,9 +596,8 @@ QString QgsApplication::resolvePkgPath()
596596

597597
if ( f.exists() && f.open( QIODevice::ReadOnly ) )
598598
{
599-
return f.readLine().trimmed();
600599
QgsDebugMsg("Running from build dir!");
601-
return buildSourcePath;
600+
return f.readLine().trimmed();
602601
}
603602
else
604603
{

0 commit comments

Comments
 (0)