summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/libinstaller.pro
diff options
context:
space:
mode:
Diffstat (limited to 'installerbuilder/libinstaller/libinstaller.pro')
-rw-r--r--installerbuilder/libinstaller/libinstaller.pro33
1 files changed, 13 insertions, 20 deletions
diff --git a/installerbuilder/libinstaller/libinstaller.pro b/installerbuilder/libinstaller/libinstaller.pro
index ec2a1f5cd..4d0183ede 100644
--- a/installerbuilder/libinstaller/libinstaller.pro
+++ b/installerbuilder/libinstaller/libinstaller.pro
@@ -32,19 +32,18 @@ include(kdtools/KDToolsCore/KDToolsCore.pri)
include(kdtools/KDUpdater/KDUpdater.pri)
HEADERS += $$PWD/qinstaller.h \
+ $$PWD/qinstaller_p.h \
$$PWD/qinstallergui.h \
../common/binaryformat.h \
../common/binaryformatengine.h \
../common/binaryformatenginehandler.h \
../common/repository.h \
../common/zipjob.h \
- ../common/kd7zengine.h \
- ../common/kd7zenginehandler.h \
../common/utils.h \
../common/errors.h \
kdmmappedfileiodevice.h \
qinstallercomponent.h \
- qinstallercomponentmodel.h \
+ componentmodel.h \
qinstallerglobal.h \
qtpatch.h \
persistentsettings.h \
@@ -77,11 +76,7 @@ HEADERS += $$PWD/qinstaller.h \
downloadarchivesjob.h \
init.h \
updater.h \
- updateagent.h \
updatesettings.h \
- updatesettingsdialog.h \
- updatesettingswidget.h \
- componentselectiondialog.h \
adminauthorization.h \
fsengineclient.h \
fsengineserver.h \
@@ -95,26 +90,27 @@ HEADERS += $$PWD/qinstaller.h \
messageboxhandler.h \
getrepositoriesmetainfojob.h \
licenseoperation.h \
+ qinstallercomponent_p.h \
qtcreator_constants.h \
qtcreatorpersistentsettings.h \
registerdefaultdebuggeroperation.h \
- updatecreatorsettingsfrom21to22operation.h
+ updatecreatorsettingsfrom21to22operation.h \
+ qprocesswrapper.h
SOURCES += $$PWD/qinstaller.cpp \
+ $$PWD/qinstaller_p.cpp \
$$PWD/qinstallergui.cpp \
../common/binaryformat.cpp \
../common/binaryformatengine.cpp \
../common/binaryformatenginehandler.cpp \
../common/repository.cpp \
../common/zipjob.cpp \
- ../common/kd7zengine.cpp \
- ../common/kd7zenginehandler.cpp \
../common/installersettings.cpp \
../common/fileutils.cpp \
../common/utils.cpp \
kdmmappedfileiodevice.cpp \
qinstallercomponent.cpp \
- qinstallercomponentmodel.cpp \
+ componentmodel.cpp \
qtpatch.cpp \
persistentsettings.cpp \
qtpatchoperation.cpp \
@@ -143,11 +139,7 @@ SOURCES += $$PWD/qinstaller.cpp \
downloadarchivesjob.cpp \
init.cpp \
updater.cpp \
- updateagent.cpp \
updatesettings.cpp \
- updatesettingsdialog.cpp \
- updatesettingswidget.cpp \
- componentselectiondialog.cpp \
adminauthorization.cpp \
fsengineclient.cpp \
fsengineserver.cpp \
@@ -161,9 +153,11 @@ SOURCES += $$PWD/qinstaller.cpp \
messageboxhandler.cpp \
getrepositoriesmetainfojob.cpp \
licenseoperation.cpp \
+ qinstallercomponent_p.cpp \
qtcreatorpersistentsettings.cpp \
registerdefaultdebuggeroperation.cpp \
- updatecreatorsettingsfrom21to22operation.cpp
+ updatecreatorsettingsfrom21to22operation.cpp \
+ qprocesswrapper.cpp
macx {
HEADERS += macrelocateqt.h \
@@ -191,10 +185,9 @@ CONFIG( shared, static|shared ): {
}
macx: LIBS += -framework Security
-
+
TRANSLATIONS += de_de.ts \
sv_se.ts
-RESOURCES += ../common/openssl.qrc \
- patch_file_lists.qrc
-FORMS += componentselectiondialog.ui updatesettingsdialog.ui updatesettingswidget.ui
+RESOURCES += ../common/openssl.qrc \
+ patch_file_lists.qrc