Skip to content
This repository has been archived by the owner on Sep 4, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
using more descriptive name for dbus moc headers
Signed-off-by: Denis Zalevskiy <denis.zalevskiy@jolla.com>
  • Loading branch information
Denis Zalevskiy committed Nov 5, 2014
1 parent 74e1d1e commit 29a659f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Expand Up @@ -54,7 +54,9 @@ link_directories(
${COR_LIBRARY_DIRS}
)

set(QTAROUND_DBUS_HEADERS ${CMAKE_SOURCE_DIR}/include/qtaround/dbus.hpp)
set(QTAROUND_DBUS_MOC_HEADERS
${CMAKE_SOURCE_DIR}/include/qtaround/dbus.hpp
)

add_subdirectory(src)
add_subdirectory(tests)
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Expand Up @@ -11,7 +11,7 @@ set_target_properties(qtaround PROPERTIES
)
install(TARGETS qtaround DESTINATION ${DST_LIB})

qt5_wrap_cpp(QTAROUND_DBUS_SRC ${QTAROUND_DBUS_HEADERS})
qt5_wrap_cpp(QTAROUND_DBUS_SRC ${QTAROUND_DBUS_MOC_HEADERS})

add_library(qtaround-dbus SHARED
dbus.cpp
Expand Down

0 comments on commit 29a659f

Please sign in to comment.