forked from qt-creator/qt-creator
		
	Qt 5.3 is the minimum requirement these days. Remove all fallback code from sources and project files. Change-Id: If6188a471197acadda4d6baee71804ba1a8026c6 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			157 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			157 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
TARGET = gui
 | 
						|
CONFIG+=console
 | 
						|
QT *= widgets
 | 
						|
 | 
						|
TEMPLATE = app
 | 
						|
SOURCES += \
 | 
						|
    mainwindow.cpp \
 | 
						|
    tst_gui.cpp
 | 
						|
 | 
						|
HEADERS += mainwindow.h
 | 
						|
FORMS += mainwindow.ui
 |