Skip to content

Commit

Permalink
Enable automatic compilation of Qt resource files
Browse files Browse the repository at this point in the history
  • Loading branch information
ahojnnes committed May 24, 2018
1 parent 095e0d0 commit 96b8b18
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ project(COLMAP)
set(COLMAP_VERSION "3.4")
set(COLMAP_VERSION_NUMBER "3400")


################################################################################
# Include CMake dependencies
################################################################################
Expand Down Expand Up @@ -221,6 +222,10 @@ if(Qt5_POSITION_INDEPENDENT_CODE)
endif()
endif()

# Enable automatic compilation of Qt resource files.
set(CMAKE_AUTORCC ON)


################################################################################
# Add sources
################################################################################
Expand Down Expand Up @@ -296,6 +301,7 @@ link_directories(${COLMAP_LINK_DIRS})
add_subdirectory(lib)
add_subdirectory(src)


################################################################################
# Generate source groups for Visual Studio, XCode, etc.
################################################################################
Expand Down

0 comments on commit 96b8b18

Please sign in to comment.