Skip to content

Commit

Permalink
added missing files to cmake and qbs projects
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Oct 18, 2020
1 parent 495ff5a commit ddf12cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/plugins/qmldesigner/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -345,6 +345,14 @@ extend_qtc_plugin(QmlDesigner
previewtooltip.ui
)

extend_qtc_plugin(QmlDesigner
SOURCES_PREFIX components/previewtooltip
SOURCES
previewimagetooltip.cpp previewimagetooltip.h
previewimagetooltip.ui
previewtooltipbackend.cpp previewtooltipbackend.h
)

extend_qtc_plugin(QmlDesigner
SOURCES_PREFIX components/propertyeditor
SOURCES
Expand Down
5 changes: 5 additions & 0 deletions src/plugins/qmldesigner/qmldesignerplugin.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,11 @@ Project {
"pathtool/pathtool.h",
"pathtool/pathtoolview.cpp",
"pathtool/pathtoolview.h",
"previewtooltip/previewimagetooltip.cpp",
"previewtooltip/previewimagetooltip.h",
"previewtooltip/previewimagetooltip.ui",
"previewtooltip/previewtooltipbackend.cpp",
"previewtooltip/previewtooltipbackend.h",
"richtexteditor/hyperlinkdialog.cpp",
"richtexteditor/hyperlinkdialog.h",
"richtexteditor/hyperlinkdialog.ui",
Expand Down

0 comments on commit ddf12cc

Please sign in to comment.