Skip to content

Commit

Permalink
Remove gtk and glib helpers
Browse files Browse the repository at this point in the history
They're Qt patches now
  • Loading branch information
ilya-fedin authored and john-preston committed Nov 30, 2021
1 parent fdd7abd commit c2b0702
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1,475 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Expand Up @@ -13,12 +13,6 @@ if (LINUX
AND NOT DESKTOP_APP_DISABLE_WAYLAND_INTEGRATION)
add_subdirectory(linux_wayland_helper)
endif()
if (LINUX AND NOT DESKTOP_APP_USE_PACKAGED)
add_subdirectory(linux_glib_helper)
endif()
if (LINUX AND NOT DESKTOP_APP_USE_PACKAGED)
add_subdirectory(linux_gtk_helper)
endif()
if (DESKTOP_APP_USE_ALLOCATION_TRACER)
add_subdirectory(linux_allocation_tracer)
endif()
Expand Down
4 changes: 0 additions & 4 deletions external/qt/CMakeLists.txt
Expand Up @@ -292,10 +292,6 @@ else()
INTERFACE
desktop-app::linux_xcb_helper
$<TARGET_FILE:desktop-app::linux_xcb_helper>
desktop-app::linux_gtk_helper
$<TARGET_FILE:desktop-app::linux_gtk_helper>
desktop-app::linux_glib_helper
$<TARGET_FILE:desktop-app::linux_glib_helper>
fontconfig
freetype
xcb
Expand Down
4 changes: 0 additions & 4 deletions external/qt/qt6/CMakeLists.txt
Expand Up @@ -267,10 +267,6 @@ else()
INTERFACE
desktop-app::linux_xcb_helper
$<TARGET_FILE:desktop-app::linux_xcb_helper>
desktop-app::linux_gtk_helper
$<TARGET_FILE:desktop-app::linux_gtk_helper>
desktop-app::linux_glib_helper
$<TARGET_FILE:desktop-app::linux_glib_helper>
fontconfig
freetype
xcb
Expand Down
29 changes: 0 additions & 29 deletions linux_glib_helper/CMakeLists.txt

This file was deleted.

0 comments on commit c2b0702

Please sign in to comment.