Skip to content

Commit

Permalink
drop paletteicon dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolcha committed Feb 8, 2025
1 parent 0430dda commit 04b39c8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 54 deletions.
4 changes: 0 additions & 4 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
path = 3rdparty/GradientDialog
url = https://github.com/Kolcha/GradientDialog.git
branch = master
[submodule "paletteicon"]
path = 3rdparty/paletteicon/paletteicon
url = https://github.com/Kolcha/paletteicon.git
branch = master
[submodule "QHotkey"]
path = 3rdparty/QHotkey/QHotkey
url = https://github.com/Skycoder42/QHotkey.git
Expand Down
1 change: 0 additions & 1 deletion 3rdparty/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# SPDX-License-Identifier: GPL-3.0-or-later

add_subdirectory(GradientDialog)
add_subdirectory(paletteicon)
add_subdirectory(QHotkey)

# on Linux -fPIC became required for this static library for some reason...
Expand Down
45 changes: 0 additions & 45 deletions 3rdparty/paletteicon/CMakeLists.txt

This file was deleted.

1 change: 0 additions & 1 deletion 3rdparty/paletteicon/paletteicon
Submodule paletteicon deleted from 667ac6
3 changes: 0 additions & 3 deletions dist/msi/app_files.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ initial file was generated with the next command:
<Component Id="cmp6429D28736F78294E789F1285CDBA0C5" Directory="dir38849F6D66CAD1C9D4D23BF20EB0981D" Guid="{6167DA39-3BFA-4F21-A783-D155C356E320}">
<File Id="fil7AEA337D7CE4012DC6754A25FCEC4511" KeyPath="yes" Source="$(var.MySource)\plugins\generic\qtuiotouchplugin.dll" />
</Component>
<Component Id="cmp698C06FA13803FBEF53A4F76718FD5DA" Directory="dir2C41C47317919F7F40F42C2D5CABDBDE" Guid="{DBF1E50C-0BEF-46D3-B0F4-BAA7BE3ECA5E}">
<File Id="filDAE56F1EDD72339316724F169D2857CA" KeyPath="yes" Source="$(var.MySource)\plugins\iconengines\paletteicon.dll" />
</Component>
<Component Id="cmp8868342A11EC1A5F0F368534A0870AAB" Directory="dir2C41C47317919F7F40F42C2D5CABDBDE" Guid="{8C0C42ED-978D-4BBA-83BA-AEF58FBF1A29}">
<File Id="filACA0F8188FFBA3FCA53DDF584A3C92BA" KeyPath="yes" Source="$(var.MySource)\plugins\iconengines\qsvgicon.dll" />
</Component>
Expand Down

0 comments on commit 04b39c8

Please sign in to comment.