We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 044ca51 commit 73d1fd7Copy full SHA for 73d1fd7
6 files changed
CMakeLists.txt
@@ -31,5 +31,7 @@ target_include_directories(${PLUGIN_ADDON_NAME} PRIVATE
31
)
32
target_link_libraries(${PLUGIN_ADDON_NAME} PRIVATE
33
"${CMAKE_JS_LIB}"
34
+ Qt5::Widgets
35
+ Qt5::Gui
36
37
0 commit comments