Skip to content

Commit

Permalink
Fixes clementine-player#5660 - compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHenner authored and Hy Diep committed Apr 12, 2017
1 parent 694c946 commit fd4a428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/version.h.in
${CMAKE_CURRENT_BINARY_DIR}/version.h)

qt4_wrap_cpp(MOC ${HEADERS})
qt4_wrap_cpp(MOC ${HEADERS} OPTIONS "-D_SYS_SYSMACROS_H_OUTER")
qt4_wrap_ui(UIC ${UI})
qt4_add_resources(QRC ${RESOURCES})

Expand Down

0 comments on commit fd4a428

Please sign in to comment.