summaryrefslogtreecommitdiffstats
path: root/src/plugin/plugin.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugin/plugin.pro')
-rw-r--r--src/plugin/plugin.pro8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/plugin/plugin.pro b/src/plugin/plugin.pro
new file mode 100644
index 0000000..4a3f4b2
--- /dev/null
+++ b/src/plugin/plugin.pro
@@ -0,0 +1,8 @@
+TEMPLATE = lib
+TARGET = envjsnatives
+QT = core script network
+CONFIG += plugin
+INCLUDEPATH += .
+
+SOURCES += plugin.cpp
+SOURCES += ../shared/envjsnatives.cpp