summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/installer.pro
diff options
context:
space:
mode:
authorkh <karsten.heimrich@theqtcompany.com>2014-11-27 14:30:56 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2014-12-02 13:28:42 +0100
commitd872d37e840d63d338ece1eb684aa9cd4b0d9fbc (patch)
tree58bfcdc1572c20ccbfea00e51e29d38fbd1b4086 /src/libs/installer/installer.pro
parent02698bfb3d6e2a0b403c360805c40605263d80f2 (diff)
Move the KeepAliveObject class into its own source files.
Change-Id: Iaf8f397bdcaa4afb5432b826aa3fe238d54193c0 Reviewed-by: Kai Koehne <kai.koehne@theqtcompany.com> Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/installer.pro')
-rw-r--r--src/libs/installer/installer.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/libs/installer/installer.pro b/src/libs/installer/installer.pro
index f9e28d895..700943739 100644
--- a/src/libs/installer/installer.pro
+++ b/src/libs/installer/installer.pro
@@ -120,7 +120,8 @@ HEADERS += packagemanagercore.h \
uninstallercalculator.h \
componentchecker.h \
proxycredentialsdialog.h \
- serverauthenticationdialog.h
+ serverauthenticationdialog.h \
+ keepaliveobject.h
SOURCES += packagemanagercore.cpp \
packagemanagercore_p.cpp \
@@ -190,7 +191,8 @@ SOURCES += packagemanagercore.cpp \
uninstallercalculator.cpp \
componentchecker.cpp \
proxycredentialsdialog.cpp \
- serverauthenticationdialog.cpp
+ serverauthenticationdialog.cpp \
+ keepaliveobject.cpp
FORMS += proxycredentialsdialog.ui \
serverauthenticationdialog.ui