An open API service indexing awesome lists of open source software.

https://github.com/friedrith/qt-deploy

Module to easily add dll to qt executable
https://github.com/friedrith/qt-deploy

Last synced: about 1 month ago
JSON representation

Module to easily add dll to qt executable

Awesome Lists containing this project

README

          

# qt-deploy
Module to easily add dll to qt executable

For now, it manages :

* qt with MSVC 2010 on windows

## Install

```javascript
npm install qt-deploy
```

## Getting started

Setup the environment variables for MSVC 2010

* JOM_PATH

```javascript
var qtDeploy = require('qt-deploy');
qtDeploy({
exec: '',
verbose: true, // default is false
debug: true // default is false
}, function (err) {

});

```