summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/installer.pro
diff options
context:
space:
mode:
authorjkobus <jaroslaw.kobus@theqtcompany.com>2014-11-17 14:40:57 +0100
committerJarek Kobus <jaroslaw.kobus@theqtcompany.com>2014-12-01 13:18:12 +0100
commit12399b1b97e05626087cd2ebf673725d363a0a54 (patch)
tree364c2690ebe6e6e3f8b84adcd69bf8ecdc664767 /src/libs/installer/installer.pro
parentb3a473cc7d050c8392749e41f4afd56b898ee2db (diff)
Add ComponentChecker class for verifying the internal state.
Change-Id: I3361ad6c51d5a0f3beee049237e6b370d57a8f0d Reviewed-by: Niels Weber <niels.weber@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/installer.pro')
-rw-r--r--src/libs/installer/installer.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/installer/installer.pro b/src/libs/installer/installer.pro
index 75dd44daf..f9e28d895 100644
--- a/src/libs/installer/installer.pro
+++ b/src/libs/installer/installer.pro
@@ -118,6 +118,7 @@ HEADERS += packagemanagercore.h \
binarylayout.h \
installercalculator.h \
uninstallercalculator.h \
+ componentchecker.h \
proxycredentialsdialog.h \
serverauthenticationdialog.h
@@ -187,6 +188,7 @@ SOURCES += packagemanagercore.cpp \
binarylayout.cpp \
installercalculator.cpp \
uninstallercalculator.cpp \
+ componentchecker.cpp \
proxycredentialsdialog.cpp \
serverauthenticationdialog.cpp