summaryrefslogtreecommitdiff
path: root/src/plugins/script/qtdbus/qtdbus.pro
blob: 1b06f27295e1110cc105f26a155d9b685ef1960a (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET  = qtscriptdbus

QT = core gui script
CONFIG += qdbus

SOURCES += main.cpp
HEADERS += main.h

PLUGIN_TYPE = script
PLUGIN_CLASS_NAME = QtDBusScriptPlugin
load(qt_plugin)