summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/installer.pro
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/installer/installer.pro')
-rw-r--r--src/libs/installer/installer.pro4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/libs/installer/installer.pro b/src/libs/installer/installer.pro
index 19e80d9b5..60c695fd2 100644
--- a/src/libs/installer/installer.pro
+++ b/src/libs/installer/installer.pro
@@ -44,12 +44,14 @@ win32:QT += winextras
HEADERS += packagemanagercore.h \
aspectratiolabel.h \
componentsortfilterproxymodel.h \
+ concurrentoperationrunner.h \
loggingutils.h \
packagemanagercore_p.h \
packagemanagergui.h \
binaryformat.h \
binaryformatengine.h \
binaryformatenginehandler.h \
+ fileguard.h \
repository.h \
utils.h \
errors.h \
@@ -141,7 +143,9 @@ SOURCES += packagemanagercore.cpp \
abstractarchive.cpp \
archivefactory.cpp \
aspectratiolabel.cpp \
+ concurrentoperationrunner.cpp \
directoryguard.cpp \
+ fileguard.cpp \
componentsortfilterproxymodel.cpp \
loggingutils.cpp \
packagemanagercore_p.cpp \