Skip to content

Commit

Permalink
Musec is tested and works with Qt 5.2.1. Let's make it the only offic…
Browse files Browse the repository at this point in the history
…ially supported version.
  • Loading branch information
Mystler committed Feb 6, 2014
1 parent 6f2662b commit 70559be
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Dependencies
This program has the following requirements:
- C++11 compiler (GCC 4.6+, Clang 3.0+, MSVC 11+)
- CMake 2.8.11.2 or newer
- Qt 5.1 Framework or newer
- Qt 5.2.1 Framework

For running a score webservice, you will also need:
- A webserver (e.g. Apache2 or nginx) that is configured correctly for
Expand Down
2 changes: 1 addition & 1 deletion loc/musec_de.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="de_DE" sourcelanguage="en">
<TS version="2.1" language="de_DE" sourcelanguage="en">
<context>
<name>Musec</name>
<message>
Expand Down
2 changes: 1 addition & 1 deletion loc/musec_fr.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.0" language="fr_FR" sourcelanguage="en">
<TS version="2.1" language="fr_FR" sourcelanguage="en">
<context>
<name>Musec</name>
<message>
Expand Down
8 changes: 4 additions & 4 deletions res/musec.rc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
APPICON ICON "musec.ico"

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,1,1,0
PRODUCTVERSION 1,1,1,0
FILEVERSION 1,1,2,0
PRODUCTVERSION 1,1,2,0
FILEFLAGSMASK 0x0L
#ifdef _DEBUG
FILEFLAGS 0x1L
Expand All @@ -18,12 +18,12 @@ BEGIN
BLOCK "040904b0"
BEGIN
VALUE "CompanyName", "Florian Mei�ner"
VALUE "FileVersion", "1.1.1.0"
VALUE "FileVersion", "1.1.2.0"
VALUE "InternalName", "Musec"
VALUE "LegalCopyright", "Copyright (C) 2013 Florian Mei�ner"
VALUE "OriginalFilename", "Musec.exe"
VALUE "ProductName", "Musec"
VALUE "ProductVersion", "1.1.1"
VALUE "ProductVersion", "1.1.2"
END
END
BLOCK "VarFileInfo"
Expand Down
10 changes: 5 additions & 5 deletions win-inst.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ RequestExecutionLevel admin
Name "Musec"
VIAddVersionKey "CompanyName" "Mystler"
VIAddVersionKey "FileDescription" "Musec"
VIAddVersionKey "FileVersion" "1.1.1"
VIAddVersionKey "FileVersion" "1.1.2"
VIAddVersionKey "LegalCopyright" "Florian Meißner"
VIAddVersionKey "ProductName" "Musec"
VIProductVersion "1.1.1.0"
VIProductVersion "1.1.2.0"

!define MUI_ABORTWARNING
!define MUI_ICON "res\musec.ico"
Expand Down Expand Up @@ -46,9 +46,9 @@ FunctionEnd
Section "Files"
SetOutPath "$INSTDIR"
File "dist\Musec.exe"
File "dist\icudt51.dll"
File "dist\icuin51.dll"
File "dist\icuuc51.dll"
File "dist\icudt52.dll"
File "dist\icuin52.dll"
File "dist\icuuc52.dll"
File "dist\Qt5Core.dll"
File "dist\Qt5Gui.dll"
File "dist\Qt5Multimedia.dll"
Expand Down

0 comments on commit 70559be

Please sign in to comment.