forked from qt-creator/qt-creator
Revert "QmlDesigner: Install the puppet to qt for debug"
Breaks compilation on linux for non-privileged users.
This reverts commit 4d7c17fcf6
Change-Id: I24e1912c852d8c6105f73f526cadbaea131911d1
Reviewed-by: Marco Bubke <marco.bubke@digia.com>
This commit is contained in:
@@ -4,12 +4,7 @@ TEMPLATE = app
|
||||
|
||||
include(../../../../qtcreator.pri)
|
||||
|
||||
|
||||
CONFIG(debug) {
|
||||
DESTDIR = $$[QT_INSTALL_BINS]
|
||||
} else {
|
||||
DESTDIR = $$IDE_BIN_PATH
|
||||
}
|
||||
DESTDIR = $$IDE_BIN_PATH
|
||||
include(../../../rpath.pri)
|
||||
|
||||
include(../../../../share/qtcreator/qml/qmlpuppet/qml2puppet/qml2puppet.pri)
|
||||
|
||||
Reference in New Issue
Block a user