forked from qt-creator/qt-creator
Utils: Fix qbs build
Change-Id: I06d4d10c2aae96b7ea4e58cde1d31162ad3818c9 Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
@@ -133,11 +133,6 @@ Project {
|
|||||||
"fixedsizeclicklabel.h",
|
"fixedsizeclicklabel.h",
|
||||||
"flowlayout.cpp",
|
"flowlayout.cpp",
|
||||||
"flowlayout.h",
|
"flowlayout.h",
|
||||||
"fsengine/fileiconprovider.cpp",
|
|
||||||
"fsengine/fileiconprovider.h",
|
|
||||||
"fsengine/qtcfsengine.cpp",
|
|
||||||
"fsengine/qtcfsengine.h",
|
|
||||||
"fsengine/qtcfsengine_p.h",
|
|
||||||
"functiontraits.h",
|
"functiontraits.h",
|
||||||
"futuresynchronizer.cpp",
|
"futuresynchronizer.cpp",
|
||||||
"futuresynchronizer.h",
|
"futuresynchronizer.h",
|
||||||
@@ -351,6 +346,25 @@ Project {
|
|||||||
"images/*.png",
|
"images/*.png",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Group {
|
||||||
|
name: "FSEngine"
|
||||||
|
prefix: "fsengine/"
|
||||||
|
files: [
|
||||||
|
"diriterator.h",
|
||||||
|
"fileiconprovider.cpp",
|
||||||
|
"fileiconprovider.h",
|
||||||
|
"fileiteratordevicesappender.h",
|
||||||
|
"fixedlistfsengine.h",
|
||||||
|
"fsengine.cpp",
|
||||||
|
"fsengine.h",
|
||||||
|
"fsenginehandler.cpp",
|
||||||
|
"fsenginehandler.h",
|
||||||
|
"fsengine_impl.cpp",
|
||||||
|
"fsengine_impl.h",
|
||||||
|
"rootinjectfsengine.h",
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
Group {
|
Group {
|
||||||
name: "Theme"
|
name: "Theme"
|
||||||
prefix: "theme/"
|
prefix: "theme/"
|
||||||
|
Reference in New Issue
Block a user