Qt: ADD app icon for Windows build

git-svn-id: https://svn.code.sf.net/p/vbam/code/trunk@376 a31d4220-a93d-0410-bf67-fe4944624d44
This commit is contained in:
spacy51 2008-02-21 16:12:13 +00:00
parent d207261166
commit 3cec3b0680
2 changed files with 10 additions and 2 deletions

View File

@ -3,9 +3,11 @@ CONFIG += qt release
QT += opengl
TARGET = VisualBoyAdvance
RESOURCES += ../../src/qt/vba-m.qrc
RC_FILE = ../../src/qt/vba-m.rc
TRANSLATIONS += ../../lang/german.ts
TRANSLATIONS += ../../lang/spanish.ts
RESOURCES += ../../src/qt/vba-m.qrc
PRECOMPILED_HEADER = ../../src/qt/precompile.h
@ -23,6 +25,7 @@ HEADERS += ../../src/qt/sidewidget_cheats.h
SOURCES += ../../src/qt/sidewidget_cheats.cpp
HEADERS += ../../src/qt/MainOptions.h
HEADERS += ../../src/qt/configdialog.h
SOURCES += ../../src/qt/MainOptions.cpp
HEADERS += ../../src/qt/configdialog.h
SOURCES += ../../src/qt/configdialog.cpp

View File

@ -145,6 +145,11 @@
RelativePath="..\..\src\qt\vba-m.qrc"
>
</File>
<File
RelativePath="..\..\src\qt\vba-m.rc"
FileType="5"
>
</File>
</Filter>
<Filter
Name="Other"