From 499cfb75b818e67e997b566583058d0b37badb8e Mon Sep 17 00:00:00 2001 From: Tim Jenssen Date: Tue, 6 Aug 2013 16:11:11 +0200 Subject: use dependency solver to order the installed operations - in case of single updates the order of the installed operations were wrong, now we reorder that till we are using that code for the install order aswell - added initial autotest for the dependency resolve code Task-number: QTIFW-318 Change-Id: If411a684cb02ef9e7d0316084075e86702bf839d Reviewed-by: Karsten Heimrich --- src/libs/installer/installer.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libs/installer/installer.pro') diff --git a/src/libs/installer/installer.pro b/src/libs/installer/installer.pro index ab28aa72b..653b65d6f 100644 --- a/src/libs/installer/installer.pro +++ b/src/libs/installer/installer.pro @@ -111,7 +111,8 @@ HEADERS += packagemanagercore.h \ packagemanagercoredata.h \ registerqtincreatorqnxoperation.h \ applyproductkeyoperation.h \ - globals.h + globals.h \ + graph.h SOURCES += packagemanagercore.cpp \ packagemanagercore_p.cpp \ -- cgit v1.2.3