aboutsummaryrefslogtreecommitdiffstats
path: root/doc/codesnippets/doc/src/snippets/code/doc_src_appicon.qdoc
blob: c8883fe388029e5ea6e681314a77c816da2432f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
//! [0]
IDI_ICON1               ICON    DISCARDABLE     "myappico.ico"
//! [0]


//! [1]
RC_FILE = myapp.rc
//! [1]


//! [2]
ICON = myapp.icns
//! [2]


//! [3]
kde-config --path icon
//! [3]


//! [4]
gnome-config --datadir
//! [4]