]> vaikene.ee Git - evaf/blob - src/plugins/CMakeLists.txt
Changes to the build system to enable building without QtGUI.
[evaf] / src / plugins / CMakeLists.txt
1 if(QT_QTGUI_FOUND)
2 add_subdirectory(SdiWindow)
3 add_subdirectory(LogView)
4 add_subdirectory(Test)
5 endif(QT_QTGUI_FOUND)