File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
QtQuickControls2Application Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,12 @@ target_link_libraries(QtQuickControls2Application Qt5::Widgets Qt5::Qml)
1717
1818install (TARGETS QtQuickControls2Application DESTINATION bin COMPONENT binaries)
1919install (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
2222set (APP_NAME QtQuickControls2Application)
2323set (APP_TARGET_ARCH x86_64)
2424set (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
2727set (ENV ARCH=${APP_TARGET_ARCH} )
2828add_custom_target (AppImage
You can’t perform that action at this time.
0 commit comments