summaryrefslogtreecommitdiff
path: root/src/plugins/script/qtdbus/qtdbus.pro
blob: 18663bb55a3152547bc9db910e5b88192b862106 (plain)
1
2
3
4
5
6
7
8
9
10
11
TARGET  = qtscriptdbus
include(../../qpluginbase.pri)
QT = core gui script
CONFIG += qdbus

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

QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/script
target.path += $$[QT_INSTALL_PLUGINS]/script
INSTALLS += target