fix win32 build
This commit is contained in:
parent
98bd91bf1c
commit
995a3e2425
1 changed files with 3 additions and 1 deletions
|
@ -31,7 +31,9 @@ else()
|
|||
endif()
|
||||
set(QCA_MIN_VERSION "2.1.0")
|
||||
find_package(Qca-qt5 ${QCA_MIN_VERSION} REQUIRED)
|
||||
if(NOT WIN32)
|
||||
find_package(KF5PulseAudioQt REQUIRED)
|
||||
endif()
|
||||
add_definitions(-DQT_NO_URL_CAST_FROM_STRING -DQT_NO_KEYWORDS)
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Reference in a new issue