From: Kevron Rees Date: Wed, 5 Feb 2014 00:52:24 +0000 (-0800) Subject: fixed compile error X-Git-Tag: 0.11.803~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7424c2acd597d5cdb4b501c4bab7db7733af1bdf;p=profile%2Fivi%2Fautomotive-message-broker.git fixed compile error Change-Id: Ifc65a6f23a397ddcb29e8ae855d7d81ab87f06a3 --- diff --git a/plugins/murphyplugin/CMakeLists.txt b/plugins/murphyplugin/CMakeLists.txt index 7439b9c..51360bc 100644 --- a/plugins/murphyplugin/CMakeLists.txt +++ b/plugins/murphyplugin/CMakeLists.txt @@ -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}) diff --git a/plugins/opencvlux/opencvluxplugin.h b/plugins/opencvlux/opencvluxplugin.h index 81207cf..86333fd 100644 --- a/plugins/opencvlux/opencvluxplugin.h +++ b/plugins/opencvlux/opencvluxplugin.h @@ -65,7 +65,7 @@ public: void updateProperty(uint lux); -public slots: +public Q_SLOTS: void imgProcResult();