From 367477f07449f25cdfbd2c1d4274df698f279a21 Mon Sep 17 00:00:00 2001 From: kh1 Date: Fri, 13 May 2011 18:36:26 +0200 Subject: Make use of the QProcessWrapper own source. --- installerbuilder/libinstaller/libinstaller.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'installerbuilder/libinstaller/libinstaller.pro') diff --git a/installerbuilder/libinstaller/libinstaller.pro b/installerbuilder/libinstaller/libinstaller.pro index 6d9c00681..bd53ab6e1 100644 --- a/installerbuilder/libinstaller/libinstaller.pro +++ b/installerbuilder/libinstaller/libinstaller.pro @@ -91,7 +91,8 @@ HEADERS += $$PWD/qinstaller.h \ getrepositoriesmetainfojob.h \ licenseoperation.h \ qinstallercomponent_p.h \ - qtcreator_constants.h + qtcreator_constants.h \ + qprocesswrapper.h SOURCES += $$PWD/qinstaller.cpp \ $$PWD/qinstaller_p.cpp \ @@ -149,7 +150,8 @@ SOURCES += $$PWD/qinstaller.cpp \ messageboxhandler.cpp \ getrepositoriesmetainfojob.cpp \ licenseoperation.cpp \ - qinstallercomponent_p.cpp + qinstallercomponent_p.cpp \ + qprocesswrapper.cpp macx { HEADERS += macrelocateqt.h \ -- cgit v1.2.3