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