source:
trunk/src/plugins/script/qtdbus/qtdbus.pro@
595
Last change on this file since 595 was 2, checked in by , 16 years ago | |
---|---|
File size: 248 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.