From 4cbe157d95e32533c0bfa9b0a3dba32b5b60c016 Mon Sep 17 00:00:00 2001
From: Lasse Holmstedt <lasse.holmstedt@nokia.com>
Date: Mon, 12 Jul 2010 12:11:49 +0200
Subject: [PATCH] Revert "Install the QMLViewer in the application directory."

This reverts commit 2785f013608c267e1b70e7e2dc7332122c5cfeb0.
---
 src/tools/qml/qmlviewer/qmlviewer.pro | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/tools/qml/qmlviewer/qmlviewer.pro b/src/tools/qml/qmlviewer/qmlviewer.pro
index 865c3ef60a9..f7da4ea2556 100644
--- a/src/tools/qml/qmlviewer/qmlviewer.pro
+++ b/src/tools/qml/qmlviewer/qmlviewer.pro
@@ -7,15 +7,12 @@ SOURCES += main.cpp
 
 include(../../../../qtcreator.pri)
 include(../../../private_headers.pri)
+DESTDIR = $$IDE_BIN_PATH
 include(../../../rpath.pri)
 
 mac {
     QMAKE_INFO_PLIST=Info_mac.plist
     ICON=qml.icns
-    TARGET=QMLViewer
-    DESTDIR = $$IDE_APP_PATH
-} else {
-    TARGET=qmlviewer
-    DESTDIR = $$IDE_BIN_PATH
 }
 
+TARGET=qmlviewer
-- 
GitLab