forked from qt-creator/qt-creator
		
	Fix bad activity if designviewer built with qt6
Changed the activity name run, so only the Qt6 version of Qt Design Viewer is launched. Change-Id: I79efc2a4ab37e9015b2feabda08ce274c6fca553 Reviewed-by: Assam Boudjelthia <assam.boudjelthia@qt.io>
This commit is contained in:
		@@ -75,7 +75,8 @@ ApkInfo::ApkInfo() :
 | 
			
		||||
            ProjectExplorer::Constants::ANDROID_ABI_ARMEABI_V7A}),
 | 
			
		||||
    appId(APP_ID),
 | 
			
		||||
    uploadDir("/data/local/tmp/" APP_ID "/"),
 | 
			
		||||
    activityId(APP_ID "/org.qtproject.qt5.android.bindings.QtActivity"),
 | 
			
		||||
#TODO Add possibility to run Qt5 built version of Qt Design Viewer
 | 
			
		||||
    activityId(APP_ID "/org.qtproject.qt.android.bindings.QtActivity"),
 | 
			
		||||
    name("Qt Design Viewer")
 | 
			
		||||
{
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user