You need to look at why the Autodesk libraries are being linked to your executable in the first place. Could be extraneous entries in your PRO file LIBS line, although I would have expected these to be ignored unless actually used. If your application is using functions contained in these libraries then you cannot avoid having them on the target machines.