]> vaikene.ee Git - evaf/blobdiff - src/plugins/SdiWindow/CMakeLists.txt
Changed the SdiWindow::iSdiWindow interface.
[evaf] / src / plugins / SdiWindow / CMakeLists.txt
index 9edf476798b7378e53b809f735835968e18d263f..c87eed6d6cd2dfaa75f085ff2887abaac6b53834 100644 (file)
@@ -11,7 +11,7 @@ add_definitions(-DSDIWINDOW_LIBRARY)
 include_directories(${eVaf_INCLUDE})
 
 # Required eVaf libraries
-set(eVaf_LIBRARIES CommonLib PluginsLib)
+set(eVaf_LIBRARIES CommonLib PluginsLib GuiLib)
 
 # Source files
 set(SRCS
@@ -22,7 +22,6 @@ set(SRCS
 # Header files for the meta-object compiler
 set(MOC_HDRS
     factory.h
-    isdiwindow.h
     sdiwindow.h
 )