Qt: ADD app icon for Windows build

This commit is contained in:
spacy51 2008-02-21 16:12:13 +00:00
parent bf948ffd1a
commit 2250d87912
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"