X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=blobdiff_plain;f=src%2Fplugins%2FCMakeLists.txt;fp=src%2Fplugins%2FCMakeLists.txt;h=b4bf96d75ea21f142e0e8bb1312e06b1a796af0f;hp=bffa7961512e4641e477405b7fa2c0e922c6f0fa;hb=a81a943bee20df3c7eb34bafb3e3fe878facfe4e;hpb=51afea61c3cf72248b2998f6874a354b49ed12ca 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)