Add QtCreator project for addon
This commit is contained in:
parent
0636cfb088
commit
a6b897cdbc
6 changed files with 49 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
|||
// ws.close(lalala)
|
||||
// ws.?
|
||||
|
||||
/* Helping QtCreator */
|
||||
#include "App.h"
|
||||
#include <v8.h>
|
||||
#include "Utilities.h"
|
||||
using namespace v8;
|
||||
|
||||
// also wrap all of this in some common struct
|
||||
Persistent<Object> wsTemplate[2];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue