don't forget to link to glib in murphy plugin
authorKevron Rees <kevron.m.rees@intel.com>
Wed, 5 Feb 2014 17:44:50 +0000 (09:44 -0800)
committerKevron Rees <kevron.m.rees@intel.com>
Wed, 5 Feb 2014 17:44:50 +0000 (09:44 -0800)
plugins/murphyplugin/CMakeLists.txt

index 51360bc..fede290 100644 (file)
@@ -7,17 +7,17 @@ include_directories(${CMAKE_SOURCE_DIR}/lib ${include_dirs} ${MURPHY_COMMON_INCL
 
 pkg_check_modules(MURPHY_COMMON REQUIRED murphy-common)
 
-if(qtmainloop)
+#if(qtmainloop)
 #    pkg_check_modules(MURPHY_QT REQUIRED murphy-qt)
 
-    set(include_dirs ${include_dirs} ${MURPHY_QT_INCLUDE_DIRS})
-       set(murphy_libraries ${murphy_libraries} ${MURPHY_QT_LIBRARIES})
-else(qtmainloop)
+       #set(include_dirs ${include_dirs} ${MURPHY_QT_INCLUDE_DIRS})
+       #set(murphy_libraries ${murphy_libraries} ${MURPHY_QT_LIBRARIES})
+#else(qtmainloop)
     pkg_check_modules(MURPHY_GLIB REQUIRED murphy-glib)
 
     set(include_dirs ${include_dirs} ${MURPHY_GLIB_INCLUDE_DIRS})
        set(murphy_libraries ${murphy_libraries} ${MURPHY_GLIB_LIBRARIES})
-endif(qtmainloop)
+#endif(qtmainloop)
 
 
 set(murphysourceplugin_headers murphysource.h)