windows: added icon to client app
Dieser Commit ist enthalten in:
Ursprung
106da2041d
Commit
38f79ac3a3
@ -53,6 +53,12 @@ target_sources(traintastic-client PRIVATE ${SOURCES})
|
||||
|
||||
target_link_libraries(traintastic-client PRIVATE Qt5::Widgets Qt5::Network)
|
||||
|
||||
### PLATFORM ###
|
||||
|
||||
if(WIN32)
|
||||
target_sources(traintastic-client PRIVATE gfx/appicon.rc)
|
||||
endif()
|
||||
|
||||
### INSTALL ###
|
||||
|
||||
install(TARGETS traintastic-client
|
||||
|
||||
BIN
client/gfx/appicon.ico
Normale Datei
BIN
client/gfx/appicon.ico
Normale Datei
Binäre Datei nicht angezeigt.
|
Nachher Breite: | Höhe: | Größe: 10 KiB |
1
client/gfx/appicon.rc
Normale Datei
1
client/gfx/appicon.rc
Normale Datei
@ -0,0 +1 @@
|
||||
appicon ICON "appicon.ico"
|
||||
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren