Skip to content
Snippets Groups Projects
Commit 24d26660 authored by d.kilic's avatar d.kilic
Browse files

Merge branch '10-cmake-failed-with-whitespace-in-path' into 'master'

Setting AUTOGEN_BUILD_DIR manually to properly handle whitespace in the build path

Closes #10

See merge request !36
parents d1c36349 7c319e6f
No related branches found
No related tags found
1 merge request!36Setting AUTOGEN_BUILD_DIR manually to properly handle whitespace in the build path
Pipeline #24785 passed
...@@ -147,6 +147,7 @@ set(CMAKE_AUTOUIC ON) ...@@ -147,6 +147,7 @@ set(CMAKE_AUTOUIC ON)
list(APPEND CMAKE_AUTOUIC_SEARCH_PATHS "${CMAKE_SOURCE_DIR}/ui" "./src") list(APPEND CMAKE_AUTOUIC_SEARCH_PATHS "${CMAKE_SOURCE_DIR}/ui" "./src")
set(CMAKE_AUTOMOC ON) set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON) set(CMAKE_AUTORCC ON)
set(AUTOGEN_BUILD_DIR "${CMAKE_CURRENT_BINARY_DIR}/${NAME}_autogen")
#********************************************************** #**********************************************************
# Create library and exectuable * # Create library and exectuable *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment