arturadib / node-qt

C++ Qt bindings for Node.js
http://documentup.com/arturadib/node-qt
Other
1.62k stars 172 forks source link

how to bundle/package for qmake? #20

Closed niftylettuce closed 11 years ago

niftylettuce commented 11 years ago

how to do this?

waddlesplash commented 11 years ago

What do you mean?

niftylettuce commented 11 years ago

For cross platform deploy? On Apr 22, 2013 3:14 PM, "waddlesplash" notifications@github.com wrote:

What do you mean?

— Reply to this email directly or view it on GitHubhttps://github.com/arturadib/node-qt/issues/20#issuecomment-16815086 .

waddlesplash commented 11 years ago

You write a script using node-qt and then use npm install node-qt on all machines. Then you run node somescript.js. Why do you need Qmake?

niftylettuce commented 11 years ago

I was curious if there was a way to build it so you don't have to use node, e.g. you can use an executable installer.