summaryrefslogtreecommitdiffstats
path: root/src/plugins/script/qtdbus/qtdbus.pro
blob: ed6ae869050dec83485a0627584fa022f844f4e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
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