Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qt/res
diff options
context:
space:
mode:
authorAlex Zolotarev <deathbaba@gmail.com>2010-12-05 19:24:16 +0300
committerAlex Zolotarev <alex@maps.me>2015-09-22 22:33:57 +0300
commitd6e12b7ce4bcbf0ccd1c07eb25de143422913c34 (patch)
treea7e910c330ce4da9b4f2d8be76067adece2561c4 /qt/res
One Month In Minsk. Made in Belarus.
Diffstat (limited to 'qt/res')
-rw-r--r--qt/res/Info.plist29
-rw-r--r--qt/res/clear.pngbin0 -> 4596 bytes
-rw-r--r--qt/res/down.pngbin0 -> 705 bytes
-rw-r--r--qt/res/download.pngbin0 -> 4805 bytes
-rw-r--r--qt/res/left.pngbin0 -> 704 bytes
-rw-r--r--qt/res/load.pngbin0 -> 2185 bytes
-rw-r--r--qt/res/mac.icnsbin0 -> 305584 bytes
-rw-r--r--qt/res/minus.pngbin0 -> 213 bytes
-rw-r--r--qt/res/plus.pngbin0 -> 254 bytes
-rw-r--r--qt/res/resources.qrc18
-rw-r--r--qt/res/right.pngbin0 -> 654 bytes
-rw-r--r--qt/res/save.pngbin0 -> 2163 bytes
-rw-r--r--qt/res/select.pngbin0 -> 1732 bytes
-rw-r--r--qt/res/up.pngbin0 -> 746 bytes
-rw-r--r--qt/res/windows.icobin0 -> 353118 bytes
-rw-r--r--qt/res/world.pngbin0 -> 6074 bytes
16 files changed, 47 insertions, 0 deletions
diff --git a/qt/res/Info.plist b/qt/res/Info.plist
new file mode 100644
index 0000000000..386142749e
--- /dev/null
+++ b/qt/res/Info.plist
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
+<plist version="0.9">
+ <dict>
+ <key>CFBundleName</key>
+ <string>@EXECUTABLE@</string>
+
+ <key>CFBundleDisplayName</key>
+ <string>@EXECUTABLE@</string>
+
+ <key>CFBundleVersion</key>
+ <string>@VERSION@</string>
+
+ <key>CFBundleIconFile</key>
+ <string>@ICON@</string>
+
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+
+ <key>CFBundleSignature</key>
+ <string>MWME</string>
+
+ <key>CFBundleExecutable</key>
+ <string>@EXECUTABLE@</string>
+
+ <key>CFBundleIdentifier</key>
+ <string>com.mapswithme.@EXECUTABLE@</string>
+ </dict>
+</plist>
diff --git a/qt/res/clear.png b/qt/res/clear.png
new file mode 100644
index 0000000000..1d16ce6ff5
--- /dev/null
+++ b/qt/res/clear.png
Binary files differ
diff --git a/qt/res/down.png b/qt/res/down.png
new file mode 100644
index 0000000000..d4f1d2cbb4
--- /dev/null
+++ b/qt/res/down.png
Binary files differ
diff --git a/qt/res/download.png b/qt/res/download.png
new file mode 100644
index 0000000000..2fb46bc25f
--- /dev/null
+++ b/qt/res/download.png
Binary files differ
diff --git a/qt/res/left.png b/qt/res/left.png
new file mode 100644
index 0000000000..c4898c209b
--- /dev/null
+++ b/qt/res/left.png
Binary files differ
diff --git a/qt/res/load.png b/qt/res/load.png
new file mode 100644
index 0000000000..2732a4a9aa
--- /dev/null
+++ b/qt/res/load.png
Binary files differ
diff --git a/qt/res/mac.icns b/qt/res/mac.icns
new file mode 100644
index 0000000000..ba15070fce
--- /dev/null
+++ b/qt/res/mac.icns
Binary files differ
diff --git a/qt/res/minus.png b/qt/res/minus.png
new file mode 100644
index 0000000000..64994d9773
--- /dev/null
+++ b/qt/res/minus.png
Binary files differ
diff --git a/qt/res/plus.png b/qt/res/plus.png
new file mode 100644
index 0000000000..9d34bb7b3f
--- /dev/null
+++ b/qt/res/plus.png
Binary files differ
diff --git a/qt/res/resources.qrc b/qt/res/resources.qrc
new file mode 100644
index 0000000000..20d87edc71
--- /dev/null
+++ b/qt/res/resources.qrc
@@ -0,0 +1,18 @@
+<!DOCTYPE RCC><RCC version="1.0">
+ <qresource prefix="/classif32">
+ <file>save.png</file>
+ <file>load.png</file>
+ <file>select.png</file>
+ <file>clear.png</file>
+ </qresource>
+ <qresource prefix="/navig64">
+ <file>up.png</file>
+ <file>down.png</file>
+ <file>left.png</file>
+ <file>right.png</file>
+ <file>world.png</file>
+ <file>download.png</file>
+ <file>plus.png</file>
+ <file>minus.png</file>
+ </qresource>
+</RCC>
diff --git a/qt/res/right.png b/qt/res/right.png
new file mode 100644
index 0000000000..09c4c9a6e2
--- /dev/null
+++ b/qt/res/right.png
Binary files differ
diff --git a/qt/res/save.png b/qt/res/save.png
new file mode 100644
index 0000000000..3d15d2d685
--- /dev/null
+++ b/qt/res/save.png
Binary files differ
diff --git a/qt/res/select.png b/qt/res/select.png
new file mode 100644
index 0000000000..592ce6f4a5
--- /dev/null
+++ b/qt/res/select.png
Binary files differ
diff --git a/qt/res/up.png b/qt/res/up.png
new file mode 100644
index 0000000000..d4753c363a
--- /dev/null
+++ b/qt/res/up.png
Binary files differ
diff --git a/qt/res/windows.ico b/qt/res/windows.ico
new file mode 100644
index 0000000000..d70dabff11
--- /dev/null
+++ b/qt/res/windows.ico
Binary files differ
diff --git a/qt/res/world.png b/qt/res/world.png
new file mode 100644
index 0000000000..9b6f8a7687
--- /dev/null
+++ b/qt/res/world.png
Binary files differ