Add the QT_LIBINFIX to the CMake config files.
Change-Id: If7bec54eca2d28cba314ce94a1ab1831c024ad31 Reviewed-by: Alexander Neundorf <neundorf@kde.org> Reviewed-by: Stephen Kelly <stephen.kelly@kdab.com>
This commit is contained in:
parent
58cd93efe6
commit
26cf615c96
@ -16,3 +16,7 @@ set(Qt5Core_EXECUTABLE_COMPILE_FLAGS "-fPIE")
|
||||
list(APPEND Qt5Core_DEFINITIONS -DQT_NAMESPACE=$$QT_NAMESPACE)
|
||||
list(APPEND Qt5Core_COMPILE_DEFINITIONS QT_NAMESPACE=$$QT_NAMESPACE)
|
||||
!!ENDIF
|
||||
|
||||
!!IF !isEmpty(QT_LIBINFIX)
|
||||
set(QT_LIBINFIX \"$${QT_LIBINFIX}\")
|
||||
!!ENDIF
|
||||
|
Loading…
Reference in New Issue
Block a user