mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 03:37:47 +00:00
Remove old vestiages of Windows Breeze icons support
This was before the new KIconThemes functions were a thing, so these can probably be safely removed.
This commit is contained in:
parent
53567fb4f2
commit
dd40ae01c4
3 changed files with 1 additions and 17 deletions
|
@ -73,11 +73,6 @@ endif ()
|
|||
|
||||
find_package(Qt6Keychain REQUIRED)
|
||||
|
||||
# TODO: we should really do this on all platforms anyway
|
||||
if (WIN32)
|
||||
find_package(KF6BreezeIcons REQUIRED)
|
||||
endif ()
|
||||
|
||||
add_subdirectory(external)
|
||||
add_subdirectory(launcher)
|
||||
|
||||
|
|
|
@ -193,12 +193,6 @@ if (BUILD_WEBVIEW)
|
|||
target_compile_definitions(astra PRIVATE HAVE_WEBVIEW)
|
||||
endif ()
|
||||
|
||||
if (WIN32)
|
||||
target_link_libraries(astra PRIVATE
|
||||
KF6::BreezeIcons
|
||||
)
|
||||
endif ()
|
||||
|
||||
if (WIN32)
|
||||
set_target_properties(astra PROPERTIES
|
||||
WIN32_EXECUTABLE TRUE
|
||||
|
@ -225,4 +219,4 @@ if (WIN32)
|
|||
NO_UNSUPPORTED_PLATFORM_ERROR
|
||||
)
|
||||
install(SCRIPT ${deploy_script})
|
||||
endif ()
|
||||
endif ()
|
||||
|
|
|
@ -20,11 +20,6 @@
|
|||
#include "physis_logger.h"
|
||||
#include "utility.h"
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include <BreezeIcons/BreezeIcons>
|
||||
#include <QIcon>
|
||||
#endif
|
||||
|
||||
using namespace Qt::StringLiterals;
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
|
|
Loading…
Add table
Reference in a new issue