summaryrefslogtreecommitdiffstats
path: root/src/sdk/sdk.pro
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@digia.com>2014-08-29 12:56:06 +0200
committerKarsten Heimrich <karsten.heimrich@digia.com>2014-09-04 10:41:53 +0200
commit77b1e168202e8781ddfe5c06fc1ceaea5934e855 (patch)
treeffcd3040a42ffd5086b34a034d042b0d65143aa3 /src/sdk/sdk.pro
parente9e26f11d78def8ad8cb8f1864c61d88e3a1f0be (diff)
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 <kai.koehne@digia.com>
Diffstat (limited to 'src/sdk/sdk.pro')
-rw-r--r--src/sdk/sdk.pro14
1 files changed, 10 insertions, 4 deletions
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.