mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-09 17:44:01 -07:00
Merge cc2639b72a into 38b83acae0
This commit is contained in:
commit
bd3081d468
3 changed files with 3 additions and 3 deletions
|
|
@ -168,7 +168,7 @@ if(UNIX)
|
||||||
# Assume linux
|
# Assume linux
|
||||||
INSTALL(TARGETS cockatrice RUNTIME DESTINATION bin/)
|
INSTALL(TARGETS cockatrice RUNTIME DESTINATION bin/)
|
||||||
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resources/cockatrice.png DESTINATION ${ICONDIR}/hicolor/48x48/apps)
|
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resources/cockatrice.png DESTINATION ${ICONDIR}/hicolor/48x48/apps)
|
||||||
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resources/cockatrice.svg DESTINATION ${ICONDIR}/hicolor/scalable/apps)
|
#INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/resources/cockatrice.svg DESTINATION ${ICONDIR}/hicolor/scalable/apps)
|
||||||
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/cockatrice.desktop DESTINATION ${DESKTOPDIR})
|
INSTALL(FILES ${CMAKE_CURRENT_SOURCE_DIR}/cockatrice.desktop DESTINATION ${DESKTOPDIR})
|
||||||
INSTALL(FILES ${cockatrice_QM} DESTINATION share/cockatrice/translations)
|
INSTALL(FILES ${cockatrice_QM} DESTINATION share/cockatrice/translations)
|
||||||
endif()
|
endif()
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
<file>resources/icon_update.png</file>
|
<file>resources/icon_update.png</file>
|
||||||
<file>resources/icon_view.svg</file>
|
<file>resources/icon_view.svg</file>
|
||||||
<file>resources/hr.jpg</file>
|
<file>resources/hr.jpg</file>
|
||||||
<file alias="resources/appicon.svg">resources/cockatrice.svg</file>
|
<file alias="resources/appicon.png">resources/cockatrice.png</file>
|
||||||
<file>resources/add_to_sideboard.svg</file>
|
<file>resources/add_to_sideboard.svg</file>
|
||||||
<file>resources/decrement.svg</file>
|
<file>resources/decrement.svg</file>
|
||||||
<file>resources/increment.svg</file>
|
<file>resources/increment.svg</file>
|
||||||
|
|
|
||||||
|
|
@ -153,7 +153,7 @@ int main(int argc, char *argv[])
|
||||||
MainWindow ui;
|
MainWindow ui;
|
||||||
qDebug("main(): MainWindow constructor finished");
|
qDebug("main(): MainWindow constructor finished");
|
||||||
|
|
||||||
QIcon icon(":/resources/appicon.svg");
|
QIcon icon(":/resources/appicon.png");
|
||||||
ui.setWindowIcon(icon);
|
ui.setWindowIcon(icon);
|
||||||
|
|
||||||
ui.show();
|
ui.show();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue