Last change
on this file since 1054 was 2, checked in by Dmitry A. Kuminov, 16 years ago |
Initially imported qt-all-opensource-src-4.5.1 from Trolltech.
|
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.