summaryrefslogtreecommitdiff
path: root/src/tools/qml2puppet
diff options
context:
space:
mode:
authorMarco Bubke <marco.bubke@digia.com>2013-10-21 19:39:55 +0200
committerMarco Bubke <marco.bubke@digia.com>2013-10-22 11:14:14 +0200
commit52d8cd2529d5409867daa225f0f64e41d450720a (patch)
tree2a4c0ff3f671af0bcad9e4dea619d10d8956ab6a /src/tools/qml2puppet
parent515a958083a31eabd24c917516f86c06b5a6949d (diff)
downloadqt-creator-52d8cd2529d5409867daa225f0f64e41d450720a.tar.gz
QmlDesigner: Remove qml2puppet test file
Task-number: QTCREATORBUG-10449 Change-Id: Ied72268910bc2312c3d293da0ef38c1ff8b72fc4 Reviewed-by: Robert Loehning <robert.loehning@digia.com> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
Diffstat (limited to 'src/tools/qml2puppet')
-rw-r--r--src/tools/qml2puppet/qml2puppet/qml2puppet.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tools/qml2puppet/qml2puppet/qml2puppet.pro b/src/tools/qml2puppet/qml2puppet/qml2puppet.pro
index 383affb204..38ae1af110 100644
--- a/src/tools/qml2puppet/qml2puppet/qml2puppet.pro
+++ b/src/tools/qml2puppet/qml2puppet/qml2puppet.pro
@@ -8,9 +8,11 @@ BUILD_PUPPET_IN_CREATOR_BINPATH = $$(BUILD_PUPPET_IN_CREATOR_BINPATH)
CONFIG(debug, debug|release):isEmpty(BUILD_PUPPET_IN_CREATOR_BINPATH) {
QML_TARGET_PATH=$$[QT_INSTALL_BINS]/$$TARGET$$TARGET_EXT
if(write_file($$QML_TARGET_PATH)) {
+ CONVERTED_PATH=$$system_quote($$system_path($$QML_TARGET_PATH))
win32 {
- CONVERTED_PATH=$$system_quote($$system_path($$QML_TARGET_PATH))
system(del $$CONVERTED_PATH)
+ } else {
+ system(rm $$CONVERTED_PATH)
}
DESTDIR = $$[QT_INSTALL_BINS]
message("Build Qml Puppet to the Qt binary directory!")