diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index 0fb73b5..a4971f8 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -1,10 +1,6 @@ set(CMAKE_INCLUDE_CURRENT_DIR ON) set(CMAKE_AUTOMOC ON) -# Replace the path in the quotations to the folder that contains -# the Qt5WidgetsConfig.cmake file. Otherwise, CMake will not be able -# to find the libraries required to build the GUI -set(Qt5Widgets_DIR "/Users/ryan/Qt/5.5/clang_64/lib/cmake/Qt5Widgets" CACHE STRING "Path to the Qt5WidgetsConfig.cmake file.") find_package(Qt5Widgets) qt5_add_resources(fea_gui_resources fea_gui.qrc)