X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=blobdiff_plain;f=src%2Flibs%2FCMakeLists.txt;h=eabd2bc16def37539d1a6960c3c83cb787285286;hb=8ca71a4ced13c50ecd1e3b9d9c15546ac0d48045;hp=09e2f823ff740c963de6dedae7d347a49d0456bb;hpb=c8050984a289a6ea98812395313ef37d4c7fd059;p=evaf diff --git a/src/libs/CMakeLists.txt b/src/libs/CMakeLists.txt index 09e2f82..eabd2bc 100644 --- a/src/libs/CMakeLists.txt +++ b/src/libs/CMakeLists.txt @@ -1,3 +1,5 @@ add_subdirectory(Plugins) add_subdirectory(Common) -add_subdirectory(Gui) +if(QT_QTGUI_FOUND) + add_subdirectory(Gui) +endif(QT_QTGUI_FOUND)