summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/libinstaller.pro
diff options
context:
space:
mode:
authorkh1 <qt-info@nokia.com>2011-05-13 18:36:26 +0200
committerkh1 <qt-info@nokia.com>2011-05-16 20:37:25 +0200
commit367477f07449f25cdfbd2c1d4274df698f279a21 (patch)
treecf3edcc27c8f2e4ef144c7c02dd9ad3e29ab04b0 /installerbuilder/libinstaller/libinstaller.pro
parent2f382c906bb77a99ff3c2363304fff5138e86497 (diff)
Make use of the QProcessWrapper own source.
Diffstat (limited to 'installerbuilder/libinstaller/libinstaller.pro')
-rw-r--r--installerbuilder/libinstaller/libinstaller.pro6
1 files changed, 4 insertions, 2 deletions
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 \