Skip to content

friedrith/qt-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

});

About

Module to easily add dll to qt executable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published