aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp
diff options
context:
space:
mode:
authorAurindam Jana <aurindam.jana@digia.com>2013-10-11 11:20:11 +0200
committerhjk <hjk121@nokiamail.com>2013-10-15 17:51:50 +0200
commitfc0da55e1f116103a23876aab3098ba56ba01fa8 (patch)
tree61706efcad202aa84904ffeb66c529204a67d851 /src/plugins/qmlprofiler/localqmlprofilerrunner.cpp
parenta15fec9b9eb0c6e42fab0410f39bea3e86d8df09 (diff)
QmlProjectRunConfiguration: Derive from LocalApplicationRunConfiguration
Change-Id: I4a7c29f2f679e62bae6fa3d01983851207e532c8 Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/qmlprofiler/localqmlprofilerrunner.cpp')
-rw-r--r--src/plugins/qmlprofiler/localqmlprofilerrunner.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp b/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp
index 14f7de97dd..db7022f4e9 100644
--- a/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp
+++ b/src/plugins/qmlprofiler/localqmlprofilerrunner.cpp
@@ -58,8 +58,8 @@ LocalQmlProfilerRunner *LocalQmlProfilerRunner::createLocalRunner(
Configuration conf;
if (rc1) {
// This is a "plain" .qmlproject.
- conf.executable = rc1->observerPath();
- conf.executableArguments = rc1->viewerArguments();
+ conf.executable = rc1->executable();
+ conf.executableArguments = rc1->commandLineArguments();
conf.workingDirectory = rc1->workingDirectory();
conf.environment = environment->environment();
} else {