Add MinGW-specific project file (sledgehammer999)

This commit is contained in:
Christophe Dumez
2011-03-23 17:02:26 +00:00
parent 1489a6bbd6
commit 188a8ae4f5
6 changed files with 69 additions and 19 deletions

View File

@@ -0,0 +1,8 @@
<?xml version='1.0' encoding='UTF-8' standalone='yes'?>
<assembly xmlns='urn:schemas-microsoft-com:asm.v1' manifestVersion='1.0'>
<dependency>
<dependentAssembly>
<assemblyIdentity type='win32' name='Microsoft.Windows.Common-Controls' version='6.0.0.0' publicKeyToken='6595b64144ccf1df' language='*' processorArchitecture='*' />
</dependentAssembly>
</dependency>
</assembly>

3
src/qbittorrent_mingw.rc Normal file
View File

@@ -0,0 +1,3 @@
IDI_ICON1 ICON DISCARDABLE "qbittorrent.ico"
IDI_ICON2 ICON DISCARDABLE "qbittorrent_file.ico"
1 24 DISCARDABLE "qbittorrent.exe.manifest"

View File

@@ -4,7 +4,7 @@ CONFIG += qt thread
# Windows specific configuration
win32 {
include(../winconf.pri)
include(../winconf.pri)
}
# Mac specific configuration
@@ -176,6 +176,8 @@ DESTDIR = .
# OS specific config
OTHER_FILES += ../winconf.pri ../macxconf.pri ../unixconf.pri ../os2conf.pri
# compiler specific config
OTHER_FILES += ../winconf-mingw.pri ../winconf-msvc.pri
# version file
OTHER_FILES += ../version.pri