mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-15 02:46:57 +01:00
Maybe fix the mac build too
This commit is contained in:
parent
c35bd8779a
commit
a99afd75ff
@ -191,10 +191,10 @@ if (USE_SYSTEM_QXT)
|
||||
find_library(QXT_LIBRARIES QxtGui)
|
||||
else (USE_SYSTEM_QXT)
|
||||
add_definitions(-DQXT_STATIC -DBUILD_QXT_GUI -DBUILD_QXT_CORE)
|
||||
set(QXT_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/qxt)
|
||||
set(QXT_LIBRARIES qxt)
|
||||
if (NOT APPLE)
|
||||
add_subdirectory(3rdparty/qxt)
|
||||
set(QXT_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/3rdparty/qxt)
|
||||
set(QXT_LIBRARIES qxt)
|
||||
endif (NOT APPLE)
|
||||
endif (USE_SYSTEM_QXT)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user