X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?p=evaf;a=blobdiff_plain;f=src%2Fapps%2FFileFinder%2FCMakeLists.txt;fp=src%2Fapps%2FFileFinder%2FCMakeLists.txt;h=3b7324fcb1ac74b4c15eff387469fd740829ae97;hp=1e6d01c06ac744a84f82439d1248be71eb4c8f2d;hb=a81a943bee20df3c7eb34bafb3e3fe878facfe4e;hpb=51afea61c3cf72248b2998f6874a354b49ed12ca diff --git a/src/apps/FileFinder/CMakeLists.txt b/src/apps/FileFinder/CMakeLists.txt index 1e6d01c..3b7324f 100644 --- a/src/apps/FileFinder/CMakeLists.txt +++ b/src/apps/FileFinder/CMakeLists.txt @@ -1,6 +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)