Added Note about qmake reporting missing translation files on first build

Similar to the one existing on INSTALL-WIN32
Fixes #3220
This commit is contained in:
Ale Martinez
2019-11-22 11:54:11 -03:00
parent 5da74f1136
commit 7606697512
2 changed files with 10 additions and 0 deletions

View File

@@ -91,6 +91,11 @@ $ make clean
$ qmake
$ make
When build first time you get number of error messages on .qm files missing:
"RCC: Error in 'Resources/application.qrc': Cannot find file 'translations/gc_fr.qm'"
You can ignore these messages for your build. The .qm files will be created during the
build at a later point in time via the "lrelease" command you configured in gcconfig.pri)
You will now have a release3 binary but with none of the release3 dependencies compiled in.
Get latest GOLDEN CHEETAH source files
--------------------------------------