From d872d37e840d63d338ece1eb684aa9cd4b0d9fbc Mon Sep 17 00:00:00 2001 From: kh Date: Thu, 27 Nov 2014 14:30:56 +0100 Subject: Move the KeepAliveObject class into its own source files. Change-Id: Iaf8f397bdcaa4afb5432b826aa3fe238d54193c0 Reviewed-by: Kai Koehne Reviewed-by: Niels Weber --- src/libs/installer/installer.pro | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/libs/installer/installer.pro') 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 -- cgit v1.2.3