Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
Remove set_property on qrc_languges.cpp that does not exist before build
Browse files Browse the repository at this point in the history
See #196
  • Loading branch information
ColinDuquesnoy committed Feb 11, 2018
1 parent baa1912 commit 1a75e49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ foreach(FILE ${QM_FILES})
endforeach()
file(APPEND ${LANGUAGE_QRC} " </qresource>\n")
file(APPEND ${LANGUAGE_QRC} "</RCC>\n")
set_property(SOURCE ${CMAKE_CURRENT_BINARY_DIR}/qrc_languages.cpp PROPERTY SKIP_AUTOMOC ON)

# Create main executable
file(GLOB_RECURSE HEADER_FILES ${CMAKE_SOURCE_DIR}/lib/*.hpp)
Expand Down

0 comments on commit 1a75e49

Please sign in to comment.