Added note for qtchooser in README to deal with qmake-qt5 etc
--HG-- branch : develop
This commit is contained in:
parent
48ad6cb678
commit
92419980ab
12
README.txt
12
README.txt
|
@ -48,9 +48,19 @@ The installed toolchains have to match the one Qt was compiled with.
|
||||||
You can build Valentina with
|
You can build Valentina with
|
||||||
|
|
||||||
cd $SOURCE_DIRECTORY\build
|
cd $SOURCE_DIRECTORY\build
|
||||||
qmake ..\Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache (or qmake-qt5, depending on your platform)
|
qmake ..\Valentina.pro -r CONFIG+=noDebugSymbols CONFIG+=no_ccache
|
||||||
make (or mingw32-make or nmake or jom, depending on your platform)
|
make (or mingw32-make or nmake or jom, depending on your platform)
|
||||||
|
|
||||||
|
Note: On some platforms e.g. Fedora, all Qt-tools come as qmake-qt5
|
||||||
|
etc. In this case you should install qtchooser. This wrapper
|
||||||
|
resolves the Qt version with respect to QT_SELECT. So run
|
||||||
|
|
||||||
|
export QT_SELECT=5
|
||||||
|
|
||||||
|
prior to qmake. You will not come along with just using qmake-qt5
|
||||||
|
here.
|
||||||
|
|
||||||
|
|
||||||
Note:In order to build and use Valentina, the PATH environment variable
|
Note:In order to build and use Valentina, the PATH environment variable
|
||||||
needs to be extended:
|
needs to be extended:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user