1
0
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:
Jonas Kvinge 2018-11-27 19:27:09 +01:00
parent 8a7bba8ef3
commit 1c0bbe5d33

View File

@ -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)