Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P3: Somewhat important
-
Resolution: Done
-
Affects Version/s: 5.0.0 RC 1
-
Fix Version/s: 5.0.0 RC 1
-
Component/s: Examples and Demos
-
Labels:None
Description
Building playandpaint example without building qt src causes the following line in the pro file to be interpreted incorrectly:
LIBS = -L$${QT_BUILD_TREE}/examples/widgets/tools/plugandpaint/plugins -lpnp_basictools
so the lib is not found because of not specifying correct path to it.