Skip to content

Commit b1aeda0

Browse files
committed
Fix library name for pkg-config
1 parent e57107a commit b1aeda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/robots/common/twoDModel/twoDModel.pri

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ links(qrkernel qrutils qrgui-tool-plugin-interface qrgui-controller robots-utils
2222
links(trikBox2D)
2323
includes(plugins/robots/thirdparty/Box2D/Box2D)
2424
} else {
25-
PKGCONFIG *= box2D
25+
PKGCONFIG *= box2d
2626
}
2727

2828
includes(plugins/robots/common/kitBase)

0 commit comments

Comments
 (0)