mirror of https://github.com/procxx/kepka.git
[wip] remove local paths
This commit is contained in:
parent
63fbf6a975
commit
36f8a53b56
|
@ -137,9 +137,8 @@ endforeach()
|
||||||
|
|
||||||
# @fixme hardcoded path before I figure a way to include private Qt headers or remove
|
# @fixme hardcoded path before I figure a way to include private Qt headers or remove
|
||||||
# this dependency on QtGui/private/qfontengine_p.h from sources
|
# this dependency on QtGui/private/qfontengine_p.h from sources
|
||||||
include_directories(/usr/local/opt/qt5/lib/QtGui.framework/Versions/5/Headers/5.7.0/QtGui)
|
#include_directories(/usr/local/opt/qt5/lib/QtGui.framework/Versions/5/Headers/5.7.0/QtGui)
|
||||||
include_directories(/usr/local/opt/qt5/lib/QtCore.framework/Versions/5/Headers/5.7.0/QtCore)
|
#include_directories(/usr/local/opt/qt5/lib/QtCore.framework/Versions/5/Headers/5.7.0/QtCore)
|
||||||
|
|
||||||
set(APP_SRC
|
set(APP_SRC
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/styles/palette.cpp
|
${CMAKE_CURRENT_BINARY_DIR}/styles/palette.cpp
|
||||||
${CMAKE_CURRENT_BINARY_DIR}/numbers.cpp
|
${CMAKE_CURRENT_BINARY_DIR}/numbers.cpp
|
||||||
|
|
Loading…
Reference in New Issue