Do not build android target by default.
This commit is contained in:
		
							
								
								
									
										4
									
								
								qcma.pro
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								qcma.pro
									
									
									
									
									
								
							@@ -13,13 +13,13 @@ unix:!macx:!android {
 | 
				
			|||||||
    cli.depends = common
 | 
					    cli.depends = common
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
unix {
 | 
					ENABLE_ANDROID:unix {
 | 
				
			||||||
    # Compile the Qt Quick binary only on Android
 | 
					    # Compile the Qt Quick binary only on Android
 | 
				
			||||||
    SUBDIRS += android
 | 
					    SUBDIRS += android
 | 
				
			||||||
    android.depends = common
 | 
					    android.depends = common
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 !android {
 | 
					!android {
 | 
				
			||||||
    # Build the Qt Widgets binary on all platforms, except Android
 | 
					    # Build the Qt Widgets binary on all platforms, except Android
 | 
				
			||||||
    SUBDIRS += gui
 | 
					    SUBDIRS += gui
 | 
				
			||||||
    gui.depends = common
 | 
					    gui.depends = common
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user