The QtScriptTools 模塊為使用 Qt Script 的應用程序提供額外組件。 更多...
該文檔編製在 Qt 4.5 引入。
| QScriptEngineDebugger | QScriptEngine debugger |
Applications that use the Qt Script Tools classes need to be configured to be built against the QtScriptTools module. To include the definitions of the module's classes, use the following directive:
#include <QtScriptTools>
要鏈接到模塊,添加此行到
qmake
.pro
文件:
QT += scripttools