X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=blobdiff_plain;f=src%2Fapps%2FPswGen%2FCMakeLists.txt;fp=src%2Fapps%2FPswGen%2FCMakeLists.txt;h=d6128529a0d96f91a91e3c51d62fe0dc9cbfaefc;hp=3eadf22269486732b3c9eae9d7aad342a5298cc6;hb=a81a943bee20df3c7eb34bafb3e3fe878facfe4e;hpb=51afea61c3cf72248b2998f6874a354b49ed12ca diff --git a/src/apps/PswGen/CMakeLists.txt b/src/apps/PswGen/CMakeLists.txt index 3eadf22..d612852 100644 --- a/src/apps/PswGen/CMakeLists.txt +++ b/src/apps/PswGen/CMakeLists.txt @@ -1,8 +1,8 @@ set(eVaf_INCLUDE ${eVaf_INCLUDE} ${CMAKE_SOURCE_DIR}/src/apps/PswGen) -if(QT_QTGUI_FOUND) +if(Qt5Widgets_FOUND) add_subdirectory(GUI) -endif(QT_QTGUI_FOUND) +endif(Qt5Widgets_FOUND) add_subdirectory(CLI) add_subdirectory(Generator) add_subdirectory(Storage)