forked from qt-creator/qt-creator
QmlDesigner: Fix compile for CMake/qbs
amends 913dc6473d
Change-Id: I1337ca5016ca3111ef0b3d714b909b40cdb93ff3
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -334,6 +334,8 @@ extend_qtc_plugin(QmlDesigner
|
||||
navigatortreeview.cpp navigatortreeview.h
|
||||
navigatorview.cpp navigatorview.h
|
||||
navigatorwidget.cpp navigatorwidget.h
|
||||
choosetexturepropertydialog.cpp choosetexturepropertydialog.h
|
||||
choosetexturepropertydialog.ui
|
||||
)
|
||||
|
||||
extend_qtc_plugin(QmlDesigner
|
||||
|
@@ -610,6 +610,9 @@ Project {
|
||||
"navigator/navigatorview.h",
|
||||
"navigator/navigatorwidget.cpp",
|
||||
"navigator/navigatorwidget.h",
|
||||
"navigator/choosetexturepropertydialog.cpp",
|
||||
"navigator/choosetexturepropertydialog.h",
|
||||
"navigator/choosetexturepropertydialog.ui",
|
||||
"propertyeditor/aligndistribute.cpp",
|
||||
"propertyeditor/aligndistribute.h",
|
||||
"propertyeditor/designerpropertymap.cpp",
|
||||
|
Reference in New Issue
Block a user