I want to link a custom widget plugin (called for example MyWidget.dll) to a Qt project (developed on Win Xp), accessing to the linked file without moving it from its release directory (whatever). Of course LIBS += C:\Path_to_dll\MyWidget.dll meets the purpose, but I have to expressly use the relative path. How can I do that?