Added application icon on Windows.

This commit is contained in:
klayoutmatthias 2017-08-08 01:20:58 +02:00
parent fe6b0d307c
commit 2e4ca67a39
3 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,4 @@
// The application logo
0 ICON "logo.ico"

View File

@ -25,6 +25,19 @@ INCLUDEPATH += ../tl ../gsi ../db ../rdb ../laybasic ../lay ../ext ../img ../ant
DEPENDPATH += ../tl ../gsi ../db ../rdb ../laybasic ../lay ../ext ../img ../ant ../lib
LIBS += $$PYTHONLIBFILE $$RUBYLIBFILE -L$$DESTDIR -lklayout_tl -lklayout_gsi -lklayout_db -lklayout_rdb -lklayout_laybasic -lklayout_lay -lklayout_ant -lklayout_img -lklayout_edt -lklayout_ext -lklayout_lib
win32 {
windres.target = klayout_rc.o
windres.depends = $$PWD/klayout.rc
windres.commands = windres $$windres.depends $$windres.target
PRE_TARGETDEPS += klayout_rc.o
QMAKE_EXTRA_TARGETS += windres
LIBS += $$windres.target
}
# Note: this accounts for UI-generated headers placed into the output folders in
# shadow builds:
INCLUDEPATH += $$DESTDIR/laybasic $$OUT_PWD/../lay

BIN
src/klayout_main/logo.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 94 KiB