From 77b1e168202e8781ddfe5c06fc1ceaea5934e855 Mon Sep 17 00:00:00 2001 From: kh1 Date: Fri, 29 Aug 2014 12:56:06 +0200 Subject: Split and implement new installer base, update checker. Based on the former patches, split the installer base into its own class. Use the new binary content read functions. Adjust uses to match the new classes. Adjust installer base /update checker signature and inheritance. Remove all now superfluous functions from binary content. Core engine instantiates the operations now, makes reading and writing more generic. Move product key check into QInstaller namespace. Make use of the new command line parser. Change-Id: I00aff79085b69ce627906881b43f374681ea7e91 Reviewed-by: Kai Koehne --- src/sdk/sdk.pro | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'src/sdk/sdk.pro') diff --git a/src/sdk/sdk.pro b/src/sdk/sdk.pro index 25aed1b1a..c13576518 100644 --- a/src/sdk/sdk.pro +++ b/src/sdk/sdk.pro @@ -112,13 +112,19 @@ HEADERS += \ settingsdialog.h \ console.h \ sdkapp.h \ - updatechecker.h - -SOURCES = installerbase.cpp \ + updatechecker.h \ + installerbase.h \ + constants.h \ + commandlineparser.h + +SOURCES = \ + main.cpp \ + installerbase.cpp \ tabcontroller.cpp \ installerbasecommons.cpp \ settingsdialog.cpp \ - updatechecker.cpp + updatechecker.cpp \ + commandlineparser.cpp win32 { # Force to overwrite the default manifest file with our own extended version. -- cgit v1.2.3