X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=icons%2FCMakeLists.txt;h=ca4df01a4d67f7cc5dc7dc25a705257a3ef66327;hp=fab63f66adc98a0b46a5503866f5bee0c195e30e;hb=0216d4a650c02155b5bcd517567209f674d8a120;hpb=4af261c83c6dfd578886afc6da23e5ded067b5c9 diff --git a/icons/CMakeLists.txt b/icons/CMakeLists.txt index fab63f66..ca4df01a 100644 --- a/icons/CMakeLists.txt +++ b/icons/CMakeLists.txt @@ -58,8 +58,8 @@ if (WANT_MONO OR WANT_QTCLIENT) # hicolor contains the application icon in all relevant sizes install(DIRECTORY hicolor DESTINATION ${CMAKE_INSTALL_ICONDIR}) - if (USE_QT4 OR (USE_QT5 AND Qt5Core_VERSION VERSION_LESS 5.5.0)) - # Qt 4 doesn't seem to correctly load icons from injected themes + if (Qt5Core_VERSION VERSION_LESS 5.5.0) + # Qt < 5.5 doesn't seem to correctly load icons from injected themes # Install Quassel-specific ones from Oxygen into hicolor as fallback install(DIRECTORY oxygen/ DESTINATION ${CMAKE_INSTALL_ICONDIR}/hicolor) endif()