0.1.1 • Published 8 years ago

qt-deploy v0.1.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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

});
0.1.1

8 years ago

0.1.0

8 years ago