diff options
author | mae <qt-info@nokia.com> | 2009-04-21 08:54:39 (GMT) |
---|---|---|
committer | Roberto Raggi <roberto.raggi@nokia.com> | 2009-04-24 08:05:47 (GMT) |
commit | 40377ef5ff137d3501c62eb26be786a09027f598 (patch) | |
tree | f6fc3f8b0ccd73bd43aa32a6648054023c7fa2d2 /tools/qmlconv/qmlconv.pro | |
parent | a0f45c904517016319338fb6eda53165f46f0f77 (diff) | |
download | Qt-40377ef5ff137d3501c62eb26be786a09027f598.zip Qt-40377ef5ff137d3501c62eb26be786a09027f598.tar.gz Qt-40377ef5ff137d3501c62eb26be786a09027f598.tar.bz2 |
imported qmlconv utility for convenience
Diffstat (limited to 'tools/qmlconv/qmlconv.pro')
-rw-r--r-- | tools/qmlconv/qmlconv.pro | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/qmlconv/qmlconv.pro b/tools/qmlconv/qmlconv.pro new file mode 100644 index 0000000..839d0ff --- /dev/null +++ b/tools/qmlconv/qmlconv.pro @@ -0,0 +1,10 @@ +DESTDIR = ../../bin +QT -= gui +# Input +SOURCES += qmlconv.cpp + +target.path=$$[QT_INSTALL_BINS] +INSTALLS += target + +CONFIG += console + |