From 06449248ab638d3ebb23f03e56450f10b4acbb5c Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Wed, 8 May 2013 13:26:41 +0200 Subject: introduce installerscriptengine - it uses one scriptengine for everything and adds the components or/and the install-controller in javascript closure contexts - added the gui object to the component script context - removed tabController from controlscript context Change-Id: I3bd6c5dcf470666c30add1b7d04a8fdd094f5f11 Reviewed-by: Iikka Eklund Reviewed-by: Karsten Heimrich --- src/libs/installer/installer.pro | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libs/installer/installer.pro') diff --git a/src/libs/installer/installer.pro b/src/libs/installer/installer.pro index 79500b2d5..6ce99ddc3 100644 --- a/src/libs/installer/installer.pro +++ b/src/libs/installer/installer.pro @@ -44,6 +44,7 @@ HEADERS += packagemanagercore.h \ utils.h \ errors.h \ component.h \ + scriptengine.h \ componentmodel.h \ qinstallerglobal.h \ qtpatch.h \ @@ -118,6 +119,7 @@ HEADERS += packagemanagercore.h \ fileutils.cpp \ utils.cpp \ component.cpp \ + scriptengine.cpp \ componentmodel.cpp \ qtpatch.cpp \ persistentsettings.cpp \ -- cgit v1.2.3