Module to easily add dll to qt executable
For now, it manages :
- qt with MSVC 2010 on windows
npm install qt-deploy
Setup the environment variables for MSVC 2010
- JOM_PATH
var qtDeploy = require('qt-deploy');
qtDeploy({
exec: '<path to executable>',
verbose: true, // default is false
debug: true // default is false
}, function (err) {
});