Skip to content

Commit c466541

Browse files
author
Alexis Lopez Zubieta
committed
Fix icon extension
1 parent 6cb9020 commit c466541

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

QtQuickControls2Application/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ target_link_libraries(QtQuickControls2Application Qt5::Widgets Qt5::Qml)
1717

1818
install(TARGETS QtQuickControls2Application DESTINATION bin COMPONENT binaries)
1919
install(FILES QtQuickControls2Application.desktop DESTINATION share/applications/ COMPONENT desktop)
20-
install(FILES QtQuickControls2Application.svg DESTINATION share/icons/hicolor/scalable/apps/ COMPONENT desktop)
20+
install(FILES QtQuickControls2Application.png DESTINATION share/icons/hicolor/scalable/apps/ COMPONENT desktop)
2121

2222
set(APP_NAME QtQuickControls2Application)
2323
set(APP_TARGET_ARCH x86_64)
2424
set(APP_DESKTOP_FILE_PATH AppDir/${CMAKE_INSTALL_PREFIX}/share/applications/QtQuickControls2Application.desktop)
25-
set(APP_ICON_FILE_PATH AppDir/${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps/QtQuickControls2Application.svg)
25+
set(APP_ICON_FILE_PATH AppDir/${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps/QtQuickControls2Application.png)
2626

2727
set(ENV ARCH=${APP_TARGET_ARCH})
2828
add_custom_target(AppImage

0 commit comments

Comments
 (0)