fixed compile error
authorKevron Rees <kevron.m.rees@intel.com>
Wed, 5 Feb 2014 00:52:24 +0000 (16:52 -0800)
committerKevron Rees <kevron.m.rees@intel.com>
Wed, 5 Feb 2014 00:52:24 +0000 (16:52 -0800)
Change-Id: Ifc65a6f23a397ddcb29e8ae855d7d81ab87f06a3

plugins/murphyplugin/CMakeLists.txt
plugins/opencvlux/opencvluxplugin.h

index 7439b9c..51360bc 100644 (file)
@@ -8,7 +8,7 @@ include_directories(${CMAKE_SOURCE_DIR}/lib ${include_dirs} ${MURPHY_COMMON_INCL
 pkg_check_modules(MURPHY_COMMON REQUIRED murphy-common)
 
 if(qtmainloop)
-    pkg_check_modules(MURPHY_QT REQUIRED murphy-qt)
+#    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})
index 81207cf..86333fd 100644 (file)
@@ -65,7 +65,7 @@ public:
        
        void updateProperty(uint lux);
 
-public slots:
+public Q_SLOTS:
        void imgProcResult();