From 7424c2acd597d5cdb4b501c4bab7db7733af1bdf Mon Sep 17 00:00:00 2001 From: Kevron Rees Date: Tue, 4 Feb 2014 16:52:24 -0800 Subject: [PATCH] fixed compile error Change-Id: Ifc65a6f23a397ddcb29e8ae855d7d81ab87f06a3 --- plugins/murphyplugin/CMakeLists.txt | 2 +- plugins/opencvlux/opencvluxplugin.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.7.4