forked from qt-creator/qt-creator
QmlDesigner: Fix qbs build
Change-Id: Ie83a9e67f63aa2424423710140c65b4bec6770bf Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -448,6 +448,43 @@ Project {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Group {
|
||||||
|
prefix: "designercore/projectstorage/"
|
||||||
|
files: [
|
||||||
|
"directorypathcompressor.h",
|
||||||
|
"filestatus.h",
|
||||||
|
"filestatuscache.cpp",
|
||||||
|
"filestatuscache.h",
|
||||||
|
"filesystem.cpp",
|
||||||
|
"filesystem.h",
|
||||||
|
"filesysteminterface.h",
|
||||||
|
"nonlockingmutex.h",
|
||||||
|
"projectstorage.h",
|
||||||
|
"projectstorageinterface.h",
|
||||||
|
"projectstoragepathwatcher.h",
|
||||||
|
"projectstoragepathwatcherinterface.h",
|
||||||
|
"projectstoragepathwatchernotifierinterface.h",
|
||||||
|
"projectstoragepathwatchertypes.h",
|
||||||
|
"projectstorageprinting.h",
|
||||||
|
"projectstoragetypes.h",
|
||||||
|
"projectstorageupdater.cpp",
|
||||||
|
"projectstorageupdater.h",
|
||||||
|
"qmldocumentparser.cpp",
|
||||||
|
"qmldocumentparser.h",
|
||||||
|
"qmldocumentparserinterface.h",
|
||||||
|
"qmltypesparser.cpp",
|
||||||
|
"qmltypesparser.h",
|
||||||
|
"qmltypesparserinterface.h",
|
||||||
|
"sourcepath.h",
|
||||||
|
"sourcepathcache.h",
|
||||||
|
"sourcepathcachetypes.h",
|
||||||
|
"sourcepathview.h",
|
||||||
|
"storagecache.h",
|
||||||
|
"storagecacheentry.h",
|
||||||
|
"storagecachefwd.h",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
prefix: "components/"
|
prefix: "components/"
|
||||||
files: [
|
files: [
|
||||||
|
@@ -28,7 +28,7 @@ Project {
|
|||||||
|
|
||||||
Depends { name: "qtc_gtest_gmock"; required: false }
|
Depends { name: "qtc_gtest_gmock"; required: false }
|
||||||
|
|
||||||
sqlite_sources.buildSharedLib: false
|
sqlite_sources.buildSharedLib: true
|
||||||
|
|
||||||
cpp.defines: {
|
cpp.defines: {
|
||||||
var defines = [
|
var defines = [
|
||||||
|
Reference in New Issue
Block a user