forked from qt-creator/qt-creator
		
	Change-Id: Icbd24ffeb51db0f098d8fe9c62a0a889a722f760 Reviewed-on: http://codereview.qt.nokia.com/3222 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
		
			
				
	
	
		
			28 lines
		
	
	
		
			689 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			689 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
contains(CONFIG, dll) {
 | 
						|
    DEFINES += QMLJSDEBUGCLIENT_LIB
 | 
						|
} else {
 | 
						|
    DEFINES += QMLJSDEBUGCLIENT_STATIC_LIB
 | 
						|
}
 | 
						|
 | 
						|
INCLUDEPATH += $$PWD/..
 | 
						|
 | 
						|
HEADERS += \
 | 
						|
    $$PWD/qdeclarativeenginedebug.h \
 | 
						|
    $$PWD/qpacketprotocol.h \
 | 
						|
    $$PWD/qdeclarativedebugclient.h \
 | 
						|
    $$PWD/qmljsdebugclient_global.h \
 | 
						|
    $$PWD/qmlprofilertraceclient.h \
 | 
						|
    $$PWD/qmlprofilereventtypes.h \
 | 
						|
    $$PWD/qmlprofilereventlist.h
 | 
						|
 | 
						|
SOURCES += \
 | 
						|
    $$PWD/qdeclarativeenginedebug.cpp \
 | 
						|
    $$PWD/qpacketprotocol.cpp \
 | 
						|
    $$PWD/qdeclarativedebugclient.cpp \
 | 
						|
    $$PWD/qmlprofilertraceclient.cpp \
 | 
						|
    $$PWD/qmlprofilereventlist.cpp
 | 
						|
 | 
						|
OTHER_FILES += \
 | 
						|
    $$PWD/qmljsdebugclient.pri \
 | 
						|
    $$PWD/qmljsdebugclient-lib.pri
 |