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

Setting AUTOGEN_BUILD_DIR manually to properly handle whitespace in the

build path
parent d1c36349
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 #24776 passed
......@@ -147,6 +147,7 @@ set(CMAKE_AUTOUIC ON)
list(APPEND CMAKE_AUTOUIC_SEARCH_PATHS "${CMAKE_SOURCE_DIR}/ui" "./src")
set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(AUTOGEN_BUILD_DIR "${CMAKE_CURRENT_BINARY_DIR}/${NAME}_autogen")
#**********************************************************
# 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