diff --git a/icon.icns b/icon.icns new file mode 100644 index 0000000..9d3b352 Binary files /dev/null and b/icon.icns differ diff --git a/icon.ico b/icon.ico new file mode 100644 index 0000000..1339541 Binary files /dev/null and b/icon.ico differ diff --git a/icon.rc b/icon.rc new file mode 100644 index 0000000..b20115c --- /dev/null +++ b/icon.rc @@ -0,0 +1 @@ +IDI_ICON1 ICON DISCARDABLE "icon.ico" \ No newline at end of file diff --git a/icons/icon.svg b/icons/icon.svg index 11c5014..95960af 100644 --- a/icons/icon.svg +++ b/icons/icon.svg @@ -15,7 +15,7 @@ viewBox="0 0 8.4666665 8.4666669" version="1.1" id="svg8" - inkscape:version="0.92.1 r15371" + inkscape:version="0.91 r13725" sodipodi:docname="icon.svg"> @@ -39,7 +39,8 @@ y1="297" x2="8.4666662" y2="288.53333" - gradientUnits="userSpaceOnUse" /> + gradientUnits="userSpaceOnUse" + gradientTransform="matrix(3.7795274,0,0,3.7795272,9.536743e-7,-1090.5195)" /> + inkscape:window-height="710" + inkscape:window-x="1680" + inkscape:window-y="250" + inkscape:window-maximized="1" + showguides="false"> - + + + + diff --git a/theSlate.pro b/theSlate.pro index 1fdc638..f444622 100644 --- a/theSlate.pro +++ b/theSlate.pro @@ -13,6 +13,7 @@ TEMPLATE = app macx { QT += macextras + ICON = icon.icns } unix:!macx { @@ -20,6 +21,10 @@ unix:!macx { TARGET = theslate } +win32 { + RC_FILE = icon.rc +} + # The following define makes your compiler emit warnings if you use # any feature of Qt which as been marked as deprecated (the exact warnings