summaryrefslogtreecommitdiffstats
path: root/src/images.qrc
diff options
context:
space:
mode:
authorJan Darmochwal2010-07-13 17:55:06 +0200
committerJan Darmochwal2010-07-13 17:55:06 +0200
commitf29300c556e541f2bf1b63ed8c6399a6c2044c8d (patch)
tree4a549ef967177e82e6b20536f9484e8461893c7b /src/images.qrc
parentinitial qt4 version (diff)
downloadvmchooser-f29300c556e541f2bf1b63ed8c6399a6c2044c8d.tar.gz
vmchooser-f29300c556e541f2bf1b63ed8c6399a6c2044c8d.tar.xz
vmchooser-f29300c556e541f2bf1b63ed8c6399a6c2044c8d.zip
qmake -> cmake; (mostly) cosmetic changes
Switched to cmake: CMakeLists.txt in base directory use ./build.sh to build vmchooser (or mkdir -p build; cd build cmake .. && make) updated README removed fltk/ removed libxml2/ removed mesgdisp/ renamed vmchooser/ to src/ moved all header files (.h) from vmchooser/inc/ to src/ added files to repository that must have slipped the last time
Diffstat (limited to 'src/images.qrc')
-rw-r--r--src/images.qrc16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/images.qrc b/src/images.qrc
new file mode 100644
index 0000000..b3d930f
--- /dev/null
+++ b/src/images.qrc
@@ -0,0 +1,16 @@
+<RCC>
+ <qresource prefix="/">
+ <file alias="bsd">img/bsd.xpm</file>
+ <file alias="gentoo">img/gentoo.xpm</file>
+ <file alias="gnome">img/gnome.xpm</file>
+ <file alias="kde">img/kde.xpm</file>
+ <file alias="linux">img/linux.xpm</file>
+ <file alias="macos">img/macos.xpm</file>
+ <file alias="suse">img/suse.xpm</file>
+ <file alias="ubuntu">img/ubuntu.xpm</file>
+ <file alias="vmware">img/vmware.xpm</file>
+ <file alias="xfce">img/xfce.xpm</file>
+ <file alias="xp">img/xp.xpm</file>
+ <file alias="xp_locked">img/xp_locked.xpm</file>
+ </qresource>
+</RCC>