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
- Host: GitHub
- URL: https://github.com/friedrith/qt-deploy
- Owner: friedrith
- License: mit
- Created: 2016-09-06T15:31:31.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-12T08:45:41.000Z (almost 10 years ago)
- Last Synced: 2025-09-23T12:00:08.169Z (10 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) {
});
```