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

Commit

Permalink
Fix CMake warning
Browse files Browse the repository at this point in the history
Close #173
  • Loading branch information
ColinDuquesnoy committed Dec 22, 2017
1 parent 22f7ff3 commit aa1fb13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ foreach(FILE ${QM_FILES})
endforeach()
file(APPEND languages/languages.qrc " </qresource>\n")
file(APPEND languages/languages.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 aa1fb13

Please sign in to comment.