You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
						
							 | 
							- # qmake project file for app bundle test
 - 
 - TARGET = nekobi-ui
 - 
 - # -------------------------------------------------------
 - 
 - CONFIG   = app_bundle warn_on
 - TEMPLATE = app
 - VERSION  = 1.0.0
 - 
 - # -------------------------------------------------------
 - 
 - INCLUDEPATH = ../../dgl
 - LIBS        = ../../libdgl.a -framework OpenGL -framework Cocoa
 - SOURCES     = ../nekobi-ui.cpp
 - 
 - # -------------------------------------------------------
 
 
  |