blob: 5db52ab504dcd2a4d618f165ae75c26c131d1aac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
load(qt_module)
TARGET = qtscriptdbus
load(qt_plugin)
QT = core gui script
CONFIG += qdbus
SOURCES += main.cpp
HEADERS += main.h
DESTDIR = $$QT_BUILD_TREE/plugins/script
target.path += $$[QT_INSTALL_PLUGINS]/script
INSTALLS += target
|