mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
cmake: remove qt4 leftover
This commit is contained in:
parent
9eb01fbe4d
commit
5c0bf86405
@ -39,11 +39,7 @@ set(QBT_APP_RESOURCES
|
|||||||
|
|
||||||
# With AUTORCC rcc is ran by cmake before language files are generated,
|
# With AUTORCC rcc is ran by cmake before language files are generated,
|
||||||
# and thus we call rcc explicitly
|
# and thus we call rcc explicitly
|
||||||
if (QT5)
|
|
||||||
qt5_add_resources(QBT_APP_RESOURCE_SOURCE ${QBT_APP_RESOURCES})
|
qt5_add_resources(QBT_APP_RESOURCE_SOURCE ${QBT_APP_RESOURCES})
|
||||||
else (QT5)
|
|
||||||
qt4_add_resources(QBT_APP_RESOURCE_SOURCE ${QBT_APP_RESOURCES})
|
|
||||||
endif (QT5)
|
|
||||||
|
|
||||||
if (WIN32)
|
if (WIN32)
|
||||||
if (MINGW)
|
if (MINGW)
|
||||||
|
Loading…
Reference in New Issue
Block a user