Add QT5_CUSTOM_DIR as Qt root dir for install and lib subdirs

This commit is contained in:
Cătălin Răceanu
2018-06-24 19:46:58 +03:00
parent 01cd3cc019
commit e2594c8bb9
2 changed files with 38 additions and 10 deletions

View File

@@ -91,6 +91,21 @@ cd tests
make
./test_gui
* Building wxQT, using qt-unified-XXX-online installer
------------------------------------------------------
Download qt-unified-XXX-online installer from the qt website.
Install the Qt package of your choice (with the same minimum version
restriction as above).
The same build instructions apply, except that you need to explicitly pass
to configure the Qt dir of the build intended to use as QT5_CUSTOM_DIR, i.e.
# for Linux:
../configure --with-qt --enable-debug QT5_CUSTOM_DIR=~/Qt/5.11.0/gcc_64
# for Windows (ran from Git Bash, or any other Unix-like shell):
../configure --with-qt --enable-debug QT5_CUSTOM_DIR=/c/Qt/5.11.0/mingw53_32
* Building wxGT on Android
--------------------------