mirror of
https://github.com/lubosz/overte.git
synced 2025-04-13 18:52:13 +02:00
fix reference to INCLUDE_QT variable in SetupHifiProject macro
This commit is contained in:
parent
54390600a3
commit
4c59c0ebfe
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ macro(SETUP_HIFI_PROJECT TARGET INCLUDE_QT)
|
|||
# add the executable, include additional optional sources
|
||||
add_executable(${TARGET} ${TARGET_SRCS} ${ARGN})
|
||||
|
||||
if (INCLUDE_QT)
|
||||
if (${INCLUDE_QT})
|
||||
find_package(Qt5Core REQUIRED)
|
||||
qt5_use_modules(${TARGET} Core)
|
||||
endif ()
|
||||
|
|
Loading…
Reference in a new issue