Install the QMLViewer in the application directory.

This commit is contained in:
Roberto Raggi
2010-07-08 15:55:36 +02:00
parent 1b5dd002c4
commit 2785f01360

View File

@@ -7,12 +7,15 @@ 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