forked from qt-creator/qt-creator
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			140 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			140 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
TEMPLATE = app
 | 
						|
TARGET = "spacy app"
 | 
						|
DEPENDPATH += .
 | 
						|
INCLUDEPATH += .
 | 
						|
DESTDIR = ..
 | 
						|
 | 
						|
# Input
 | 
						|
SOURCES += "../app with space.cpp"
 | 
						|
QT += network
 |