Add QtCreator project for addon

This commit is contained in:
Alex Hultman
2019-01-14 11:45:25 +01:00
parent 0636cfb088
commit a6b897cdbc
6 changed files with 49 additions and 0 deletions

View File

@@ -2,6 +2,11 @@
// req.getUrl()
// req.onAbort ?
/* Helping QtCreator */
#include <v8.h>
#include "Utilities.h"
using namespace v8;
/* The only thing this req needs is getHeader and similar, getParameter, getUrl and so on */
Persistent<Object> reqTemplate;