Mise en place des nouvelles icones pour Windows

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@619 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
xavier 2009-05-08 19:52:54 +00:00
parent c054a72ae3
commit 96ecdf7c88
19 changed files with 20 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 747 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 255 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 424 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 491 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 239 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 489 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

View File

@ -0,0 +1,18 @@
#!/bin/bash
# Dependance : png2ico
PNG_DIR="../oxygen-icons"
if [ -z "$(which png2ico 2> /dev/null)" ]; then
echo "Error: png2ico not found."
exit 1
fi
function generateIcon {
echo "Generating icon from files ${1}.png in ${PNG_DIR}."
png2ico "${1}.ico" $(find "${PNG_DIR}" -name "${1}.png" | grep -v 2[25])
}
generateIcon qelectrotech
generateIcon application-x-qet-element
generateIcon application-x-qet-project

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

View File

@ -1 +1 @@
IDI_ICON1 ICON DISCARDABLE "ico/windows_icon/application_icon/qet.ico"
IDI_ICON1 ICON DISCARDABLE "ico/windows_icon/qelectrotech.ico"

View File

@ -257,7 +257,7 @@ SOURCES += sources/aboutqet.cpp \
RESOURCES += qelectrotech.qrc
TRANSLATIONS += lang/qet_en.ts lang/qet_es.ts lang/qet_fr.ts
TRANSLATIONS += lang/qt_es.ts lang/qt_fr.ts
RC_FILE = ico/windows_icon/application_icon/qelectrotech.rc
RC_FILE = ico/windows_icon/qelectrotech.rc
QT += xml svg network
CONFIG += debug_and_release warn_on
TARGET = qelectrotech