diff options
author | Kai Koehne <kai.koehne@nokia.com> | 2011-05-12 14:19:07 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@nokia.com> | 2011-05-12 14:19:07 (GMT) |
commit | 21711d7ad54b0ee83e776ac3ad83121221fdf24b (patch) | |
tree | eeb331ea0a428d878b25bacbdb701aa0be493f4e /tools/qmlplugindump/qmlplugindump.pro | |
parent | 5c830ed2a612b940c377fb4e8a2372655f175707 (diff) | |
parent | 5e8f97047a31a53a98c8bc71159e00cc56bda94d (diff) | |
download | Qt-21711d7ad54b0ee83e776ac3ad83121221fdf24b.zip Qt-21711d7ad54b0ee83e776ac3ad83121221fdf24b.tar.gz Qt-21711d7ad54b0ee83e776ac3ad83121221fdf24b.tar.bz2 |
Merge branch 'master' of scm.dev.nokia.troll.no:qt/qt-qml-review into master-qml-staging
Diffstat (limited to 'tools/qmlplugindump/qmlplugindump.pro')
-rw-r--r-- | tools/qmlplugindump/qmlplugindump.pro | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/tools/qmlplugindump/qmlplugindump.pro b/tools/qmlplugindump/qmlplugindump.pro new file mode 100644 index 0000000..53827e2 --- /dev/null +++ b/tools/qmlplugindump/qmlplugindump.pro @@ -0,0 +1,20 @@ +TEMPLATE = app +CONFIG += qt uic console +DESTDIR = ../../bin + +QT += declarative + +TARGET = qmlplugindump + +SOURCES += \ + main.cpp \ + qmlstreamwriter.cpp + +HEADERS += \ + qmlstreamwriter.h + +OTHER_FILES += Info.plist +macx: QMAKE_INFO_PLIST = Info.plist + +target.path = $$[QT_INSTALL_BINS] +INSTALLS += target |