summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/installer.pro
diff options
context:
space:
mode:
authorkh <karsten.heimrich@theqtcompany.com>2014-11-18 16:39:28 +0100
committerKarsten Heimrich <karsten.heimrich@theqtcompany.com>2014-11-18 16:40:18 +0100
commit6a38cb8df826216b7de356c3c7c7a92bdb3a6e03 (patch)
treef01b61ade5cd5f1312a49777a16ded33c40e6a93 /src/libs/installer/installer.pro
parentb5206decd82ee10be00460b6c3ba3f6f9d1c2b6c (diff)
Remove Qt SDK specific operations
Change-Id: I0a06c4b019dc6799447adef6d722be36ab3ded5d Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/installer.pro')
-rw-r--r--src/libs/installer/installer.pro17
1 files changed, 4 insertions, 13 deletions
diff --git a/src/libs/installer/installer.pro b/src/libs/installer/installer.pro
index 3e69b4e1b..aa9d4b099 100644
--- a/src/libs/installer/installer.pro
+++ b/src/libs/installer/installer.pro
@@ -51,7 +51,6 @@ HEADERS += packagemanagercore.h \
componentmodel.h \
qinstallerglobal.h \
qtpatch.h \
- qtpatchoperation.h \
consumeoutputoperation.h \
replaceoperation.h \
linereplaceoperation.h \
@@ -88,7 +87,6 @@ HEADERS += packagemanagercore.h \
link.h \
createlinkoperation.h \
packagemanagercoredata.h \
- applyproductkeyoperation.h \
globals.h \
graph.h \
settingsoperation.h \
@@ -135,7 +133,6 @@ SOURCES += packagemanagercore.cpp \
scriptengine.cpp \
componentmodel.cpp \
qtpatch.cpp \
- qtpatchoperation.cpp \
consumeoutputoperation.cpp \
replaceoperation.cpp \
linereplaceoperation.cpp \
@@ -169,7 +166,6 @@ SOURCES += packagemanagercore.cpp \
link.cpp \
createlinkoperation.cpp \
packagemanagercoredata.cpp \
- applyproductkeyoperation.cpp \
globals.cpp \
settingsoperation.cpp \
testrepository.cpp \
@@ -194,18 +190,13 @@ SOURCES += packagemanagercore.cpp \
FORMS += proxycredentialsdialog.ui
-RESOURCES += resources/patch_file_lists.qrc \
- resources/installer.qrc
+RESOURCES += resources/installer.qrc
-macx {
- HEADERS += \
- macreplaceinstallnamesoperation.h
- SOURCES += adminauthorization_mac.cpp \
- macreplaceinstallnamesoperation.cpp
+unix {
+ osx: SOURCES += adminauthorization_mac.cpp
+ else: SOURCES += adminauthorization_x11.cpp
}
-unix:!macx:SOURCES += adminauthorization_x11.cpp
-
LIBS += -l7z
win32 {
SOURCES += adminauthorization_win.cpp sysinfo_win.cpp