diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3ebf477074e1a2ee6cf01efdfd84aa77664e8881..65f22d958bf285b5cd59862c8af402c5e5996523 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -58,6 +58,9 @@ if(WIN32)
         ./CellframeNodeTray/Resources.qrc
         ./main.cpp
     )
+
+    qt5_import_plugins(${PROJECT_NAME} INCLUDE Qt5::QtQuick2Plugin Qt5::QtQuickControls2Plugin)
+
 endif()
 
 target_include_directories(${PROJECT_NAME} PRIVATE ./CellframeNodeDiagtool)