forked from qt-creator/qt-creator
add qbs files
Change-Id: If6bf71797ae81655d24a77e6badb86a77312af38 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
50
src/libs/qmljsdebugclient/qmljsdebugclient.qbs
Normal file
50
src/libs/qmljsdebugclient/qmljsdebugclient.qbs
Normal file
@@ -0,0 +1,50 @@
|
||||
import qbs.base 1.0
|
||||
|
||||
DynamicLibrary {
|
||||
name: "QmlJSDebugClient"
|
||||
destination: "lib"
|
||||
|
||||
cpp.includePaths: [
|
||||
".",
|
||||
".."
|
||||
]
|
||||
cpp.defines: [
|
||||
"QMLJSDEBUGCLIENT_LIBRARY",
|
||||
"QMLJSDEBUGCLIENT_LIB"
|
||||
]
|
||||
|
||||
Depends { name: "cpp" }
|
||||
Depends { name: "Qt.gui" }
|
||||
Depends { name: "Qt.network" }
|
||||
Depends { name: "symbianutils" }
|
||||
|
||||
files: [
|
||||
"qdeclarativedebugclient.cpp",
|
||||
"qdeclarativeoutputparser.cpp",
|
||||
"qdeclarativeoutputparser.h",
|
||||
"qmljsdebugclient_global.h",
|
||||
"qmljsdebugclientconstants.h",
|
||||
"qmlprofilereventlist.h",
|
||||
"qmlprofilertraceclient.cpp",
|
||||
"qpacketprotocol.cpp",
|
||||
"qv8profilerclient.cpp",
|
||||
"qv8profilerclient.h",
|
||||
"qdeclarativedebugclient.h",
|
||||
"qdeclarativeenginedebug.cpp",
|
||||
"qdeclarativeenginedebug.h",
|
||||
"qmlprofilereventtypes.h",
|
||||
"qmlprofilertraceclient.h",
|
||||
"qpacketprotocol.h",
|
||||
"qdebugmessageclient.cpp",
|
||||
"qmlprofilereventlist.cpp",
|
||||
"qdebugmessageclient.h"
|
||||
]
|
||||
|
||||
ProductModule {
|
||||
Depends { name: "symbianutils" }
|
||||
cpp.includePaths: [
|
||||
"."
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user