]> vaikene.ee Git - evaf/blobdiff - src/plugins/CMakeLists.txt
Changes to the build system to enable building without QtGUI.
[evaf] / src / plugins / CMakeLists.txt
index 115022325fc2c4001b230e926d836ff1e8062b36..bffa7961512e4641e477405b7fa2c0e922c6f0fa 100644 (file)
@@ -1 +1,5 @@
-add_subdirectory(Test)
+if(QT_QTGUI_FOUND)
+  add_subdirectory(SdiWindow)
+  add_subdirectory(LogView)
+  add_subdirectory(Test)
+endif(QT_QTGUI_FOUND)