Skip to content

Commit

Permalink
Fix StudioWelcome dependencies (4)
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Feb 6, 2022
1 parent c1b746d commit 3cc6686
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/studiowelcome/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
add_qtc_plugin(StudioWelcome
CONDITION TARGET Qt5::QuickWidgets AND TARGET QmlDesigner
DEPENDS Qt5::QuickWidgets
PLUGIN_DEPENDS Core ProjectExplorer QtSupport QmlDesigner
PLUGIN_DEPENDS Core ProjectExplorer QtSupport QmlDesigner QmlProjectManager
DEFINES STUDIO_QML_PATH="${CMAKE_CURRENT_SOURCE_DIR}/qml/"
SOURCES
studiowelcomeplugin.cpp studiowelcomeplugin.h
Expand Down
1 change: 1 addition & 0 deletions src/plugins/studiowelcome/studiowelcome.qbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ QtcPlugin {
Depends { name: "ProjectExplorer" }
Depends { name: "QtSupport" }
Depends { name: "QmlDesigner" }
Depends { name: "QmlProjectManager" }
Depends { name: "app_version_header" }

cpp.defines: 'STUDIO_QML_PATH="' + FileInfo.joinPaths(sourceDirectory, "qml") + '"'
Expand Down

0 comments on commit 3cc6686

Please sign in to comment.