equal
deleted
inserted
replaced
|
1 TARGET = qtscriptdbus |
|
2 include(../../qpluginbase.pri) |
|
3 QT = core gui script |
|
4 CONFIG += qdbus |
|
5 |
|
6 SOURCES += main.cpp |
|
7 HEADERS += main.h |
|
8 |
|
9 QTDIR_build:DESTDIR = $$QT_BUILD_TREE/plugins/script |
|
10 target.path += $$[QT_INSTALL_PLUGINS]/script |
|
11 INSTALLS += target |