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