]> vaikene.ee Git - evaf/blobdiff - src/libs/CMakeLists.txt
Changes to the build system to enable building without QtGUI.
[evaf] / src / libs / CMakeLists.txt
index 09e2f823ff740c963de6dedae7d347a49d0456bb..eabd2bc16def37539d1a6960c3c83cb787285286 100644 (file)
@@ -1,3 +1,5 @@
 add_subdirectory(Plugins)
 add_subdirectory(Common)
-add_subdirectory(Gui)
+if(QT_QTGUI_FOUND)
+  add_subdirectory(Gui)
+endif(QT_QTGUI_FOUND)