forked from qt-creator/qt-creator
Revert "Install the QMLViewer in the application directory."
This reverts commit 2785f01360.
This commit is contained in:
committed by
Olivier Goffart
parent
4466143ebb
commit
4cbe157d95
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user