summaryrefslogtreecommitdiffstats
path: root/examples/activeqt/hierarchy/hierarchy.rc
Commit message (Collapse)AuthorAgeFilesLines
* Stop using DISCARDABLE attribute for icon resourcesFredrik Orderud2019-02-261-1/+1
| | | | | | | | | | 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>
* Fix installation of ActiveQt examplesv5.0.0-beta1Miikka Heikkinen2012-08-221-0/+2
Active Qt examples cannot have dependencies to sources because not all installations have sources available. Each example that needs them now has its own copy of .rc, .def, and .ico files to make them self-contained. Task-number: QTBUG-26848 Change-Id: I1ce919dd393ff372ef12c5db268f9f08022fa3f7 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>