diff --git a/GUI/CMakeLists.txt b/GUI/CMakeLists.txt index 266c054..5969a92 100644 --- a/GUI/CMakeLists.txt +++ b/GUI/CMakeLists.txt @@ -17,4 +17,4 @@ set(gui_src add_executable(${PROJECT_NAME} WIN32 ${gui_src}) target_link_libraries(${PROJECT_NAME} Qt5::Widgets winhttp) -#install_qt5_libs(${PROJECT_NAME}) # can be commented out for consecutive builds +install_qt5_libs(${PROJECT_NAME}) # can be commented out for consecutive builds