summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/libinstaller.pro
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2011-11-25 14:38:36 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2011-11-28 14:05:25 +0100
commitc4dc22c5fd76e8b028200d33553b97079adeaeb3 (patch)
treef5103704e8b00e767c0133d16c3c699785a7885a /installerbuilder/libinstaller/libinstaller.pro
parente9a5dce1593172a69fbcc1a8e2c62cc63d33b486 (diff)
Implement network settings dialog.
User settings are stored inside a network.xml file, e.g. proxy type, proxy authentification, repositories etc... Default repos are saved kind of encrypted inside the already existing ini file. Change-Id: Ie97f2e82af7faf4d15719c669a0fa4158b503ce3 Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerbuilder/libinstaller/libinstaller.pro')
-rw-r--r--installerbuilder/libinstaller/libinstaller.pro8
1 files changed, 6 insertions, 2 deletions
diff --git a/installerbuilder/libinstaller/libinstaller.pro b/installerbuilder/libinstaller/libinstaller.pro
index dae985890..bcf64b026 100644
--- a/installerbuilder/libinstaller/libinstaller.pro
+++ b/installerbuilder/libinstaller/libinstaller.pro
@@ -100,7 +100,8 @@ HEADERS += $$PWD/packagemanagercore.h \
updatecreatorsettingsfrom21to22operation.h \
qprocesswrapper.h \
qsettingswrapper.h \
- constants.h
+ constants.h \
+ packagemanagerproxyfactory.h
SOURCES += $$PWD/packagemanagercore.cpp \
$$PWD/packagemanagercore_p.cpp \
@@ -166,7 +167,8 @@ SOURCES += $$PWD/packagemanagercore.cpp \
qprocesswrapper.cpp \
templates.cpp \
qsettingswrapper.cpp \
- settings.cpp
+ settings.cpp \
+ packagemanagerproxyfactory.cpp
macx {
HEADERS += macrelocateqt.h \
@@ -200,3 +202,5 @@ TRANSLATIONS += translations/de_de.ts \
RESOURCES += ../common/openssl.qrc \
resources/patch_file_lists.qrc
+
+