X-Git-Url: https://vaikene.ee/gitweb/pswgen11.html?a=blobdiff_plain;f=src%2Fapps%2FFileFinder%2FCMakeLists.txt;h=3b7324fcb1ac74b4c15eff387469fd740829ae97;hb=a81a943bee20df3c7eb34bafb3e3fe878facfe4e;hp=74c9f28a1e5fa0bf76ab2fd4735bcb1831ec75e5;hpb=8ca71a4ced13c50ecd1e3b9d9c15546ac0d48045;p=evaf diff --git a/src/apps/FileFinder/CMakeLists.txt b/src/apps/FileFinder/CMakeLists.txt index 74c9f28..3b7324f 100644 --- a/src/apps/FileFinder/CMakeLists.txt +++ b/src/apps/FileFinder/CMakeLists.txt @@ -1,4 +1,6 @@ +set(eVaf_INCLUDE ${eVaf_INCLUDE} ${CMAKE_SOURCE_DIR}/src/apps/FileFinder) + add_subdirectory(Engine) -if(QT_QTGUI_FOUND) +if(Qt5Widgets_FOUND) add_subdirectory(GUI) -endif(QT_QTGUI_FOUND) +endif(Qt5Widgets_FOUND)