forked from qt-creator/qt-creator
QmlPuppet: Fix qbs build
Amends 6b8d8e4
.
Change-Id: I1bac4049478b87e12d7e0ea16d5e7450745c2952
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
committed by
Christian Kandeler
parent
cc6f35016a
commit
cbf4e8af0a
@@ -263,13 +263,13 @@ QtcTool {
|
||||
|
||||
Group {
|
||||
name: "puppet2 Qt 5 compatibility sources"
|
||||
condition: useQt5Compat
|
||||
condition: product.useQt5Compat
|
||||
files: ["editor3d/qt5compat/qquick3darealight.cpp"]
|
||||
}
|
||||
|
||||
Group {
|
||||
name: "puppet2 Qt 5 compatibility headers"
|
||||
condition: useQt5Compat
|
||||
condition: product.useQt5Compat
|
||||
files: ["editor3d/qt5compat/qquick3darealight_p.h"]
|
||||
fileTags: product.useQuick3d ? [] : ["unmocable"]
|
||||
overrideTags: false
|
||||
|
Reference in New Issue
Block a user