Skip to content
Snippets Groups Projects
Commit 4cbe157d authored by Lasse Holmstedt's avatar Lasse Holmstedt Committed by Olivier Goffart
Browse files

Revert "Install the QMLViewer in the application directory."

This reverts commit 2785f013.
parent 4466143e
No related branches found
No related tags found
No related merge requests found
...@@ -7,15 +7,12 @@ SOURCES += main.cpp ...@@ -7,15 +7,12 @@ SOURCES += main.cpp
include(../../../../qtcreator.pri) include(../../../../qtcreator.pri)
include(../../../private_headers.pri) include(../../../private_headers.pri)
DESTDIR = $$IDE_BIN_PATH
include(../../../rpath.pri) include(../../../rpath.pri)
mac { mac {
QMAKE_INFO_PLIST=Info_mac.plist QMAKE_INFO_PLIST=Info_mac.plist
ICON=qml.icns ICON=qml.icns
TARGET=QMLViewer
DESTDIR = $$IDE_APP_PATH
} else {
TARGET=qmlviewer
DESTDIR = $$IDE_BIN_PATH
} }
TARGET=qmlviewer
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