X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fplugins%2FCMakeLists.txt;h=b4bf96d75ea21f142e0e8bb1312e06b1a796af0f;hb=a81a943bee20df3c7eb34bafb3e3fe878facfe4e;hp=bffa7961512e4641e477405b7fa2c0e922c6f0fa;hpb=6fb7963d523b32158fc3d4b88a933825f8535a0b;p=evaf diff --git a/src/plugins/CMakeLists.txt b/src/plugins/CMakeLists.txt index bffa796..b4bf96d 100644 --- a/src/plugins/CMakeLists.txt +++ b/src/plugins/CMakeLists.txt @@ -1,5 +1,5 @@ -if(QT_QTGUI_FOUND) +if(Qt5Widgets_FOUND) add_subdirectory(SdiWindow) add_subdirectory(LogView) add_subdirectory(Test) -endif(QT_QTGUI_FOUND) +endif(Qt5Widgets_FOUND)