forked from qt-creator/qt-creator
		
	DebuggingHelper: Move to QtSupport
* Move debugginghelper to QtSupport. ProjectExplorer should not start looking for Qt versions! * Make autotools and generic project plugins depend on QtSupport Change-Id: If28418a85e3696cba713e66148c893a5a9b6adc7 Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
		@@ -57,10 +57,10 @@
 | 
			
		||||
#include <projectexplorer/headerpath.h>
 | 
			
		||||
#include <projectexplorer/target.h>
 | 
			
		||||
#include <projectexplorer/buildenvironmentwidget.h>
 | 
			
		||||
#include <projectexplorer/customexecutablerunconfiguration.h>
 | 
			
		||||
#include <projectexplorer/projectexplorer.h>
 | 
			
		||||
#include <projectexplorer/projectexplorerconstants.h>
 | 
			
		||||
#include <utils/qtcassert.h>
 | 
			
		||||
#include <qtsupport/customexecutablerunconfiguration.h>
 | 
			
		||||
#include <qtsupport/qmldumptool.h>
 | 
			
		||||
#include <qtsupport/baseqtversion.h>
 | 
			
		||||
#include <qtsupport/profilereader.h>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user