summaryrefslogtreecommitdiffstats
path: root/installerbuilder/libinstaller/libinstaller.pro
diff options
context:
space:
mode:
authorkh1 <karsten.heimrich@nokia.com>2012-03-12 14:37:01 +0100
committerKarsten Heimrich <karsten.heimrich@nokia.com>2012-03-13 11:43:29 +0100
commit6559f16ee3a5f7d56048d14c5c25ddfaa4c6df83 (patch)
tree9277965be17bec7ef40de18c37bb83fb90a2c38f /installerbuilder/libinstaller/libinstaller.pro
parent9195faeb879745def6e59f8e79273408cd8b4bee (diff)
Implement operation to create local repository.
Change-Id: I4216984ff22d0adf0f5bd9bf3f447bced5f6dc09 Reviewed-by: Niels Weber <niels.2.weber@nokia.com> Reviewed-by: Tim Jenssen <tim.jenssen@nokia.com>
Diffstat (limited to 'installerbuilder/libinstaller/libinstaller.pro')
-rw-r--r--installerbuilder/libinstaller/libinstaller.pro6
1 files changed, 4 insertions, 2 deletions
diff --git a/installerbuilder/libinstaller/libinstaller.pro b/installerbuilder/libinstaller/libinstaller.pro
index 7ff7c2130..c7a0599e7 100644
--- a/installerbuilder/libinstaller/libinstaller.pro
+++ b/installerbuilder/libinstaller/libinstaller.pro
@@ -101,7 +101,8 @@ HEADERS += $$PWD/packagemanagercore.h \
qprocesswrapper.h \
qsettingswrapper.h \
constants.h \
- packagemanagerproxyfactory.h
+ packagemanagerproxyfactory.h \
+ createlocalrepositoryoperation.h
SOURCES += $$PWD/packagemanagercore.cpp \
$$PWD/packagemanagercore_p.cpp \
@@ -168,7 +169,8 @@ SOURCES += $$PWD/packagemanagercore.cpp \
templates.cpp \
qsettingswrapper.cpp \
settings.cpp \
- packagemanagerproxyfactory.cpp
+ packagemanagerproxyfactory.cpp \
+ createlocalrepositoryoperation.cpp
macx {
HEADERS += macrelocateqt.h \