From ac863230104f6a867728fa9258852a13aed5a08b Mon Sep 17 00:00:00 2001 From: Akash Mozumdar Date: Mon, 4 Feb 2019 15:54:41 -0500 Subject: [PATCH] whoops didnt mean to commit that --- GUI/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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