https://github.com/friedrith/qt-compile
Module to easily compile qt from nodejs
https://github.com/friedrith/qt-compile
Last synced: 6 months ago
JSON representation
Module to easily compile qt from nodejs
- Host: GitHub
- URL: https://github.com/friedrith/qt-compile
- Owner: friedrith
- License: mit
- Created: 2016-08-24T11:59:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-25T09:10:57.000Z (almost 10 years ago)
- Last Synced: 2025-10-23T14:58:35.792Z (9 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qt-compile
Module to easily compile qt from nodejs.
For now, it manages :
* qt with MSVC 2010 on windows
## Install
```javascript
npm install qt-compile
```
## Getting started
Setup the environment variables for MSVC 2010
* QMAKE_PATH
* JOM_PATH
* VCVARSALL_PATH
```javascript
var qtCompile = require('qt-compile');
qtCompile({
clean: true, // default true
debug: false, // default false
qmakeArgs: '...', // default ''
verbose: false, // default false
src: ,
dest: