summaryrefslogtreecommitdiffstats
path: root/src/plugin/plugin.pro
blob: 4a3f4b215c684e7a4d59ed0a205530a5a8c2da76 (plain)
1
2
3
4
5
6
7
8
TEMPLATE = lib
TARGET = envjsnatives
QT = core script network
CONFIG += plugin
INCLUDEPATH += .

SOURCES += plugin.cpp
SOURCES += ../shared/envjsnatives.cpp