Skip to content

Commit

Permalink
Removing unused menus and resources
Browse files Browse the repository at this point in the history
  • Loading branch information
colincornaby committed Aug 6, 2023
1 parent 6d6e96e commit e178f52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 347 deletions.
4 changes: 0 additions & 4 deletions Sources/Plasma/Apps/plClient/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,7 @@ elseif(APPLE)
)

list(APPEND plClient_RESOURCES
win32/res/resource.h
win32/res/banner.bmp
win32/res/Dirt.ICO
win32/res/headspin.ico
)
else()
list(APPEND plClient_SOURCES
Expand All @@ -132,7 +129,6 @@ endif()

if(APPLE)
plasma_executable(plClient CLIENT INSTALL_PDB SOURCES ${plClient_SOURCES} ${plClient_HEADERS} ${RESOURCES})
set(MAIN_NIBFILE "MainMenu")
set_target_properties(plClient PROPERTIES
BUNDLE TRUE
MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Mac-Cocoa/Info.plist.in"
Expand Down
Loading

0 comments on commit e178f52

Please sign in to comment.