forked from qt-creator/qt-creator
Migrate to fixed add_shaders prefix handling
One way to get rid of the "qml" in there is to use BASE. An alternative would be to update the file paths in the source code. Here we chose the former. Change-Id: If49cb584aea022d5d74b2348ec99ed831b715111 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -106,6 +106,8 @@ else() # < Qt 6.2
|
||||
BATCHABLE
|
||||
PREFIX
|
||||
"/QtCreator/QmlProfiler"
|
||||
BASE
|
||||
"qml"
|
||||
FILES
|
||||
qml/bindingloops_qt6.frag
|
||||
qml/bindingloops_qt6.vert
|
||||
|
||||
Reference in New Issue
Block a user