qt-deploy

0.1.1 • Public • Published

qt-deploy

Module to easily add dll to qt executable

For now, it manages :

  • qt with MSVC 2010 on windows

Install

npm install qt-deploy

Getting started

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) {
 
});
 

Readme

Keywords

none

Package Sidebar

Install

npm i qt-deploy

Weekly Downloads

5

Version

0.1.1

License

MIT

Last publish

Collaborators

  • friedrit