如何在 QTCreator 控制台项目中包含 Google 的 V8 Javascript 引擎?
我已经编译了 V8,并且玩过示例 shell 和 d8 开发人员 shell。我想开始编写代码以在 QTCreator 中使用这个库。
我是 QTCreator 的新手,我的问题是尝试设置 .pro 文件,以便 QTCreator 正确编译它。现在,我只想让 hello world 示例工作。
Google V8 中的 hello world 示例: http ://code.google.com/apis/v8/get_started.html
任何帮助表示赞赏。