From fb396036ccf3a0fd75d57c68e1e301b291245371 Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Thu, 24 May 2012 15:51:00 +0200 Subject: added new Link class and corresponding operation - replace read junction link target code with already existing Qt code Change-Id: I6642f19ceb9a907791987ced8e9eacc6ca4f2780 Reviewed-by: Karsten Heimrich --- src/libs/installer/installer.pro | 8 ++++++-- 1 file changed, 6 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 31ebbaa84..f21394ae2 100644 --- a/src/libs/installer/installer.pro +++ b/src/libs/installer/installer.pro @@ -88,7 +88,9 @@ HEADERS += packagemanagercore.h \ constants.h \ packagemanagerproxyfactory.h \ createlocalrepositoryoperation.h \ - lib7z_facade.h + lib7z_facade.h \ + link.h \ + createlinkoperation.h SOURCES += packagemanagercore.cpp \ packagemanagercore_p.cpp \ @@ -158,7 +160,9 @@ SOURCES += packagemanagercore.cpp \ settings.cpp \ packagemanagerproxyfactory.cpp \ createlocalrepositoryoperation.cpp \ - lib7z_facade.cpp + lib7z_facade.cpp \ + link.cpp \ + createlinkoperation.cpp RESOURCES += resources/patch_file_lists.qrc -- cgit v1.2.3