Skip to content

Commit

Permalink
More release preparations...
Browse files Browse the repository at this point in the history
* Bumped dependency versions
* Installed the SVG icon
  • Loading branch information
pedrolcl committed Jun 10, 2023
1 parent bd77141 commit ec1b398
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ if ((CMAKE_SYSTEM_NAME MATCHES "Linux") AND (QT_VERSION_MAJOR EQUAL 6) AND (QT_V
endif()

find_package(Qt${QT_VERSION_MAJOR} COMPONENTS Core Gui Widgets Multimedia REQUIRED)
find_package(Drumstick 2.6 COMPONENTS RT Widgets REQUIRED)
find_package(Drumstick 2.7 COMPONENTS RT Widgets REQUIRED)

find_package(sonivox CONFIG)
find_package(sonivox 3.6.12 CONFIG)
if (NOT sonivox_FOUND)
add_subdirectory(sonivox)
endif()
Expand Down
8 changes: 6 additions & 2 deletions guisynth/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ target_compile_definitions( mp_guisynth PRIVATE
$<$<CONFIG:RELEASE>:QT_NO_DEBUG_OUTPUT>
)

install( TARGETS mp_guisynth
install( TARGETS mp_guisynth
DESTINATION ${CMAKE_INSTALL_BINDIR} )

install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/icon.png
Expand All @@ -43,5 +43,9 @@ install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/icon512.png
RENAME sonivoxeas.png )

install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/mp_guisynth.desktop
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications
DESTINATION ${CMAKE_INSTALL_DATADIR}/applications
RENAME sonivoxeas.desktop )

install( FILES ${CMAKE_CURRENT_SOURCE_DIR}/icon.svg
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor/scalable/apps
RENAME sonivoxeas.svg )

0 comments on commit ec1b398

Please sign in to comment.