From eb574d77b0ab9a92b61e7738d089cd4ea4304e51 Mon Sep 17 00:00:00 2001 From: Karsten Heimrich Date: Tue, 23 Jun 2015 14:01:14 +0200 Subject: Use QQmlV4Function to correctly get empty parameters from script. By using QQmlV4Function to get the parameters, empty strings passed are correctly kept as empty and not null. Task-number: QTIFW-724 Change-Id: I592e2230e574ba82e765bd0079964db29452b2e9 Reviewed-by: Simon Hausmann --- src/libs/installer/installer.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libs/installer/installer.pro') diff --git a/src/libs/installer/installer.pro b/src/libs/installer/installer.pro index 87af31f3c..cfa83d08d 100644 --- a/src/libs/installer/installer.pro +++ b/src/libs/installer/installer.pro @@ -34,7 +34,8 @@ QT += \ xml \ concurrent \ widgets \ - core-private + core-private \ + qml-private win32:QT += winextras HEADERS += packagemanagercore.h \ -- cgit v1.2.3