forked from qt-creator/qt-creator
add qbs files
Change-Id: If6bf71797ae81655d24a77e6badb86a77312af38 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
23
src/libs/aggregation/aggregation.qbs
Normal file
23
src/libs/aggregation/aggregation.qbs
Normal file
@@ -0,0 +1,23 @@
|
||||
import qbs.base 1.0
|
||||
|
||||
DynamicLibrary {
|
||||
name: "aggregation"
|
||||
destination: "lib"
|
||||
|
||||
cpp.includePaths: [
|
||||
".",
|
||||
".."
|
||||
]
|
||||
cpp.defines: [
|
||||
"AGGREGATION_LIBRARY"
|
||||
]
|
||||
|
||||
Depends { name: "cpp" }
|
||||
Depends { name: "Qt.core" }
|
||||
|
||||
files: [
|
||||
"aggregation_global.h",
|
||||
"aggregate.h",
|
||||
"aggregate.cpp"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user