Files
qt-creator/src/libs/qmljsdebugclient/qmljsdebugclient-lib.pri
Kai Koehne 4cd119a985 QmlJsDebugClient: Compile it as separate library
Should boost build times.

Change-Id: I35c9fd32d2df6dbdadf4d324eb87dbfb491e5ef2
Reviewed-on: http://codereview.qt.nokia.com/2673
Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com>
Reviewed-by: Christiaan Janssen <christiaan.janssen@nokia.com>
2011-08-05 12:17:24 +02:00

23 lines
505 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
SOURCES += \
$$PWD/qdeclarativeenginedebug.cpp \
$$PWD/qpacketprotocol.cpp \
$$PWD/qdeclarativedebugclient.cpp
OTHER_FILES += \
$$PWD/qmljsdebugclient.pri \
$$PWD/qmljsdebugclient-lib.pri