2011-08-05 10:20:15 +02:00
|
|
|
contains(CONFIG, dll) {
|
|
|
|
|
DEFINES += QMLJSDEBUGCLIENT_LIB
|
|
|
|
|
} else {
|
|
|
|
|
DEFINES += QMLJSDEBUGCLIENT_STATIC_LIB
|
|
|
|
|
}
|
2010-07-29 14:15:12 +02:00
|
|
|
|
2011-08-05 10:20:15 +02:00
|
|
|
INCLUDEPATH += $$PWD/..
|
2010-07-29 14:15:12 +02:00
|
|
|
|
2011-08-05 10:20:15 +02:00
|
|
|
HEADERS += \
|
|
|
|
|
$$PWD/qdeclarativeenginedebug.h \
|
|
|
|
|
$$PWD/qpacketprotocol.h \
|
|
|
|
|
$$PWD/qdeclarativedebugclient.h \
|
2011-08-05 11:12:27 +02:00
|
|
|
$$PWD/qmljsdebugclient_global.h \
|
|
|
|
|
$$PWD/qmlprofilertraceclient.h \
|
|
|
|
|
$$PWD/qmlprofilereventtypes.h
|
2010-07-29 14:15:12 +02:00
|
|
|
|
|
|
|
|
SOURCES += \
|
2011-08-05 10:20:15 +02:00
|
|
|
$$PWD/qdeclarativeenginedebug.cpp \
|
|
|
|
|
$$PWD/qpacketprotocol.cpp \
|
2011-08-05 11:12:27 +02:00
|
|
|
$$PWD/qdeclarativedebugclient.cpp \
|
|
|
|
|
$$PWD/qmlprofilertraceclient.cpp
|
2010-07-29 14:15:12 +02:00
|
|
|
|
2011-08-05 10:20:15 +02:00
|
|
|
OTHER_FILES += \
|
|
|
|
|
$$PWD/qmljsdebugclient.pri \
|
|
|
|
|
$$PWD/qmljsdebugclient-lib.pri
|