summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/hierarchy/hierarchy.rc
diff options
context:
space:
mode:
authorFredrik Orderud <fredrik.orderud@ge.com>2019-02-25 10:49:25 +0100
committerFredrik Orderud <forderud@gmail.com>2019-02-26 09:11:27 +0000
commit3832b74aca592f8edf4cc54867d0a56334e797e7 (patch)
treedc15f86134d1085a434b4326a7bf7c02f078ba63 /examples/activeqt/hierarchy/hierarchy.rc
parent9f33e7a96b3d68568d12a072e3c5bb0111219ed1 (diff)
Stop using DISCARDABLE attribute for icon resources
The DISCARDABLE attribute is only supported on 16bit Windows, and is ignored for 32 & 64bit applications. Usage can therefore be removed to simplify the sample code. Microsoft doc: https://docs.microsoft.com/en-us/windows/desktop/menurc/common-resource-attributes Change-Id: Ib84217a79cb726b6c1355107e6b254033de515fe Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'examples/activeqt/hierarchy/hierarchy.rc')
-rw-r--r--examples/activeqt/hierarchy/hierarchy.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/activeqt/hierarchy/hierarchy.rc b/examples/activeqt/hierarchy/hierarchy.rc
index da962f9..70eb503 100644
--- a/examples/activeqt/hierarchy/hierarchy.rc
+++ b/examples/activeqt/hierarchy/hierarchy.rc
@@ -1,2 +1,2 @@
1 TYPELIB "hierarchy.rc"
-1 ICON DISCARDABLE "hierarchy.ico"
+1 ICON "hierarchy.ico"