forked from qt-creator/qt-creator
41 lines
1.1 KiB
Plaintext
41 lines
1.1 KiB
Plaintext
|
|
contains(CONFIG, dll) {
|
||
|
|
DEFINES += QMLDEBUG_LIB
|
||
|
|
} else {
|
||
|
|
DEFINES += QMLDEBUG_STATIC_LIB
|
||
|
|
}
|
||
|
|
|
||
|
|
INCLUDEPATH += $$PWD/..
|
||
|
|
|
||
|
|
HEADERS += \
|
||
|
|
$$PWD/qmlprofilereventlocation.h \
|
||
|
|
$$PWD/qmldebugclient.h \
|
||
|
|
$$PWD/baseenginedebugclient.h \
|
||
|
|
$$PWD/declarativeenginedebugclient.h \
|
||
|
|
$$PWD/declarativeenginedebugclientv2.h \
|
||
|
|
$$PWD/qmloutputparser.h \
|
||
|
|
$$PWD/qmldebug_global.h \
|
||
|
|
$$PWD/qmlprofilereventtypes.h \
|
||
|
|
$$PWD/qmlprofilertraceclient.h \
|
||
|
|
$$PWD/qpacketprotocol.h \
|
||
|
|
$$PWD/qv8profilerclient.h \
|
||
|
|
$$PWD/qmldebugconstants.h \
|
||
|
|
$$PWD/qdebugmessageclient.h \
|
||
|
|
$$PWD/qmlenginedebugclient.h \
|
||
|
|
$$PWD/basetoolsclient.h \
|
||
|
|
$$PWD/declarativetoolsclient.h \
|
||
|
|
$$PWD/qmltoolsclient.h
|
||
|
|
|
||
|
|
SOURCES += \
|
||
|
|
$$PWD/qmldebugclient.cpp \
|
||
|
|
$$PWD/baseenginedebugclient.cpp \
|
||
|
|
$$PWD/qmloutputparser.cpp \
|
||
|
|
$$PWD/qmlprofilertraceclient.cpp \
|
||
|
|
$$PWD/qpacketprotocol.cpp \
|
||
|
|
$$PWD/qv8profilerclient.cpp \
|
||
|
|
$$PWD/qdebugmessageclient.cpp \
|
||
|
|
$$PWD/basetoolsclient.cpp \
|
||
|
|
$$PWD/declarativetoolsclient.cpp \
|
||
|
|
$$PWD/qmltoolsclient.cpp \
|
||
|
|
$$PWD/declarativeenginedebugclient.cpp
|
||
|
|
|