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