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 24, 2020
1 parent e7fcf59 commit a97a8e9
Showing 1 changed file with 8 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 @@ -344,6 +344,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

0 comments on commit a97a8e9

Please sign in to comment.