mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-23 18:32:55 +00:00
another path fix for KatieConfig
This commit is contained in:
parent
da60453545
commit
6e01f40872
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ include("${KATIE_CMAKE_DIR}/KatieBinaryTargets.cmake")
|
|||
|
||||
# These are pre-set and dynamically set variables, some use IMPORTED targets
|
||||
set(KATIE_DEFINITIONS @KATIE_DEFINITIONS@)
|
||||
set(KATIE_INCLUDES @QT_HEADERS_PATH@)
|
||||
set(KATIE_INCLUDES "@QT_HEADERS_PATH@")
|
||||
set(KATIE_LIBRARIES)
|
||||
set(KATIE_COMPONENTS @KATIE_COMPONENTS@)
|
||||
set(KATIE_TOOLS @KATIE_TOOLS@)
|
||||
|
|
Loading…
Add table
Reference in a new issue