summaryrefslogtreecommitdiff
path: root/src/plugins/script/qtdbus/qtdbus.pro
blob: c42f9fc94a5cfc0afd9e10a0fad41e0d21bf720c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
load(qt_module)

TARGET  = qtscriptdbus
DESTDIR = $$QT.script.plugins/script
load(qt_plugin)
QT = core gui script
CONFIG += qdbus

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

target.path += $$[QT_INSTALL_PLUGINS]/script
INSTALLS += target