diff options
| author | Jesper K. Pedersen <jesper.pedersen@kdab.com> | 2013-05-23 19:41:25 +0000 |
|---|---|---|
| committer | Jesper K. Pedersen <jesper.pedersen@kdab.com> | 2013-05-29 07:25:36 +0200 |
| commit | d8c1bb5a0eb1cf1c149b85577f4f35ffe303e5bc (patch) | |
| tree | 92fdc06897db081c8382789057266047b0b3d44e /scripting.pro | |
| parent | 0b7e56aed100c5e0a70b0cadc11a44dcfd2abd5d (diff) | |
use the AST to get arguments for a function call
Change-Id: Ie7ffbec02ad14a58f53924125ccc23e4e074a6e1
Reviewed-by: Nicolas Arnaud-Cormos <nicolas@kdab.com>
Diffstat (limited to 'scripting.pro')
| -rw-r--r-- | scripting.pro | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripting.pro b/scripting.pro index 380abab..2ced7d1 100644 --- a/scripting.pro +++ b/scripting.pro @@ -28,7 +28,8 @@ SOURCES += scriptingplugin.cpp \ wrappers/qfileinfoprototype.cpp \ wrappers/qdirprototype.cpp \ objects/enums.cpp \ - objects/git.cpp + objects/git.cpp \ + objects/ast.cpp HEADERS += scriptingplugin.h \ scripting_global.h \ @@ -55,7 +56,8 @@ HEADERS += scriptingplugin.h \ objects/cppclass.h \ wrappers/qfileinfoprototype.h \ wrappers/qdirprototype.h \ - objects/git.h + objects/git.h \ + objects/ast.h # Qt Creator linking |
