]> 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 918e3ce9f4efad2fba72301144aeac3a56efcf98..eabd2bc16def37539d1a6960c3c83cb787285286 100644 (file)
@@ -1,2 +1,5 @@
 add_subdirectory(Plugins)
 add_subdirectory(Common)
+if(QT_QTGUI_FOUND)
+  add_subdirectory(Gui)
+endif(QT_QTGUI_FOUND)