forked from qt-creator/qt-creator
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			387 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			387 B
		
	
	
	
		
			Prolog
		
	
	
	
	
	
#-------------------------------------------------
 | 
						|
#
 | 
						|
# Project created by QtCreator 2010-10-01T13:24:32
 | 
						|
#
 | 
						|
#-------------------------------------------------
 | 
						|
 | 
						|
QT       += core
 | 
						|
 | 
						|
QT       -= gui
 | 
						|
 | 
						|
TARGET = cplusplus-tools
 | 
						|
CONFIG   += console
 | 
						|
CONFIG   -= app_bundle
 | 
						|
 | 
						|
TEMPLATE = app
 | 
						|
 | 
						|
 | 
						|
SOURCES += main.cpp \
 | 
						|
    dummy.cpp \
 | 
						|
    detail/source.cpp
 | 
						|
 | 
						|
HEADERS += \
 | 
						|
    dummy.h \
 | 
						|
    detail/header.h
 |