From: Enar Väikene Date: Tue, 10 Sep 2013 06:38:54 +0000 (+0300) Subject: Merge branch 'master' of ssh://vaikene.net/var/gitpub/evaf X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=commitdiff_plain;h=51afea61c3cf72248b2998f6874a354b49ed12ca;hp=7e6c580d1324e48375638b5f9ccbab4bff90f049;p=evaf Merge branch 'master' of ssh://vaikene.net/var/gitpub/evaf --- diff --git a/src/apps/CMakeLists.txt b/src/apps/CMakeLists.txt index 1bd0076..65cc4c4 100644 --- a/src/apps/CMakeLists.txt +++ b/src/apps/CMakeLists.txt @@ -1,5 +1,5 @@ -set(eVaf_INCLUDE ${eVaf_INCLUDE} ${CMAKE_SOURCE_DIR}/src/apps/FileFinder) - add_subdirectory(PswGen) add_subdirectory(FileFinder) -add_subdirectory(ScosTime) +if(QT_QTGUI_FOUND) + add_subdirectory(ScosTime) +endif(QT_QTGUI_FOUND) diff --git a/src/apps/FileFinder/CMakeLists.txt b/src/apps/FileFinder/CMakeLists.txt index 74c9f28..1e6d01c 100644 --- a/src/apps/FileFinder/CMakeLists.txt +++ b/src/apps/FileFinder/CMakeLists.txt @@ -1,3 +1,5 @@ +set(eVaf_INCLUDE ${eVaf_INCLUDE} ${CMAKE_SOURCE_DIR}/src/apps/FileFinder) + add_subdirectory(Engine) if(QT_QTGUI_FOUND) add_subdirectory(GUI)