forked from qt-creator/qt-creator
		
	
		
			
				
	
	
		
			21 lines
		
	
	
		
			464 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			464 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
QT = core gui
 | 
						|
macx:CONFIG -= app_bundle
 | 
						|
TARGET = cplusplus0
 | 
						|
 | 
						|
include(../../../qtcreator.pri)
 | 
						|
include(../../../src/libs/cplusplus/cplusplus.pri)
 | 
						|
 | 
						|
# Input
 | 
						|
SOURCES += main.cpp
 | 
						|
 | 
						|
unix {
 | 
						|
    debug:OBJECTS_DIR = $${OUT_PWD}/.obj/debug-shared
 | 
						|
    release:OBJECTS_DIR = $${OUT_PWD}/.obj/release-shared
 | 
						|
 | 
						|
    debug:MOC_DIR = $${OUT_PWD}/.moc/debug-shared
 | 
						|
    release:MOC_DIR = $${OUT_PWD}/.moc/release-shared
 | 
						|
 | 
						|
    RCC_DIR = $${OUT_PWD}/.rcc/
 | 
						|
    UI_DIR = $${OUT_PWD}/.uic/
 | 
						|
}
 |