X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=blobdiff_plain;f=src%2Fapps%2FPswGen%2FCMakeLists.txt;h=3eadf22269486732b3c9eae9d7aad342a5298cc6;hb=8ca71a4ced13c50ecd1e3b9d9c15546ac0d48045;hp=01770c2e4c6f021d7602cddc0a904fe6265d6fad;hpb=c8050984a289a6ea98812395313ef37d4c7fd059;p=evaf diff --git a/src/apps/PswGen/CMakeLists.txt b/src/apps/PswGen/CMakeLists.txt index 01770c2..3eadf22 100644 --- a/src/apps/PswGen/CMakeLists.txt +++ b/src/apps/PswGen/CMakeLists.txt @@ -1,6 +1,8 @@ set(eVaf_INCLUDE ${eVaf_INCLUDE} ${CMAKE_SOURCE_DIR}/src/apps/PswGen) -add_subdirectory(GUI) +if(QT_QTGUI_FOUND) + add_subdirectory(GUI) +endif(QT_QTGUI_FOUND) add_subdirectory(CLI) add_subdirectory(Generator) add_subdirectory(Storage)