Skip to content
Snippets Groups Projects
Commit 2785f013 authored by Roberto Raggi's avatar Roberto Raggi
Browse files

Install the QMLViewer in the application directory.

parent 1b5dd002
No related merge requests found
......@@ -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
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