So you have a library which references WindowsForms, but doesn't use anything directly? Your BO project is not messing around with any of the forms?
I think your you're fine then, the reference is a red flag which says wait why am I doing this. But so long as the layer is still logically seperated then IMHO your ok.
One thing you could do is abstract this out into another project that would handle interacting with the query builder. So your BO project would work with the Query Builder project which would know how to use this control.
