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

@@ -208,6 +208,11 @@ $ cd .. #this should put you in the top level dir containing this file
$ qmake -recursive
$ 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)
If make fails to find a Makefile then qmake is configured, by default, to create
an xcode project file. You will need to change the qmake command above to tell it
to create a makefile with the following: