Skip to content
Snippets Groups Projects
Commit 4d7c17fc authored by Marco Bubke's avatar Marco Bubke
Browse files

QmlDesigner: Install the puppet to qt for debug


To prevent to have a puppet in qt which is selected first.

Change-Id: Ibe5efa1a10d1287eba17f8d29e9e77b2488d8b84
Reviewed-by: default avatarThomas Hartmann <Thomas.Hartmann@digia.com>
parent de2f1312
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,12 @@ TEMPLATE = app ...@@ -4,7 +4,12 @@ TEMPLATE = app
include(../../../../qtcreator.pri) include(../../../../qtcreator.pri)
DESTDIR = $$IDE_BIN_PATH
CONFIG(debug) {
DESTDIR = $$[QT_INSTALL_BINS]
} else {
DESTDIR = $$IDE_BIN_PATH
}
include(../../../rpath.pri) include(../../../rpath.pri)
include(../../../../share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri) include(../../../../share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment