repo.or.cz
/
qBittorrent.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix incorrect function being used
[qBittorrent.git]
/
dist
/
CMakeLists.txt
blob
be1c8a84f77d8b6d051f2b8dfb2265d912f79a7e
1
find_package(Qt5Widgets ${requiredQtVersion}) # to conditionally install desktop-related files
2
3
if (APPLE)
4
add_subdirectory(mac)
5
else (APPLE)
6
if (UNIX)
7
add_subdirectory(unix)
8
endif (UNIX)
9
if (WIN32)
10
add_subdirectory(windows)
11
endif (WIN32)
12
endif (APPLE)