summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/installer.pro
diff options
context:
space:
mode:
authorTim Jenssen <tim.jenssen@nokia.com>2012-05-24 15:51:00 +0200
committerTim Jenssen <tim.jenssen@nokia.com>2012-05-25 09:03:36 +0200
commitfb396036ccf3a0fd75d57c68e1e301b291245371 (patch)
tree4dbb1baedece7eda5ec2655a48380ce3f402dc1b /src/libs/installer/installer.pro
parent4fc262a5bd06ceae38fa33e2a7993937a43fe139 (diff)
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 <karsten.heimrich@nokia.com>
Diffstat (limited to 'src/libs/installer/installer.pro')
-rw-r--r--src/libs/installer/installer.pro8
1 files changed, 6 insertions, 2 deletions
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