build: Fixes minor cmake issues and status bar default color

This commit is contained in:
Eberhard Graether
2019-11-14 12:41:42 +01:00
parent 0e4a620768
commit 634e09ddfc
4 changed files with 15 additions and 11 deletions
+4 -2
View File
@@ -525,10 +525,12 @@ configure_file(
#configure the versioning file
configure_file(
${CMAKE_SOURCE_DIR}/cmake/version.h.in
${CMAKE_BINARY_DIR}/src/lib_gui/version.h
${CMAKE_SOURCE_DIR}/cmake/productVersion.h.in
${CMAKE_BINARY_DIR}/src/lib_gui/productVersion.h
)
set_property(SOURCE ${CMAKE_BINARY_DIR}/src/lib_gui/productVersion.h PROPERTY SKIP_AUTOMOC ON)
set(CMAKE_AUTOMOC OFF)