mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-27 08:43:01 +01:00
Fix endif in qxt CMakeLists.txt
This commit is contained in:
parent
8a7bba8ef3
commit
1c0bbe5d33
2
3rdparty/qxt/CMakeLists.txt
vendored
2
3rdparty/qxt/CMakeLists.txt
vendored
@ -6,7 +6,7 @@ if (UNIX AND NOT APPLE)
|
||||
if (X11_FOUND)
|
||||
include_directories(${X11_INCLUDE_DIR})
|
||||
endif(X11_FOUND)
|
||||
endif(NOT APPLE)
|
||||
endif(UNIX AND NOT APPLE)
|
||||
|
||||
include_directories(${Qt5Gui_PRIVATE_INCLUDE_DIRS})
|
||||
if (NOT WIN32 AND NOT APPLE)
|
||||
|
Loading…
Reference in New Issue
Block a user