@@ -130,7 +130,7 @@ be pressed several times before the 'g' option becomes available.
130130After the 'g' generation is complete, press 'q' to exit the ccmake
131131interactive dialog.
132132
133- /!\ **Warning:** Make sure that your build directory is completely empty when you
133+ /!\ **Warning:** Make sure that your build directory is completely empty when you
134134enter the command. Do never try to "re-use" an existing **Qt4** build directory.
135135If you want to use `ccmake` or other interactive tools, run the command in
136136the empty build directory once before starting to use the interactive tools.
@@ -252,13 +252,7 @@ new subdirectory called `build` or `build-qt5` in it.
252252=== Install build dependencies ===
253253
254254```
255- dnf install qt5-qtwebkit-devel qt5-qtlocation-devel qt5-qttools-static
256- qt5-qtscript-devel qca-qt5-devel python3-qt5-devel python3-qscintilla-qt5-devel
257- qscintilla-qt5-devel python3-qscintilla-devel python3-qscintilla-qt5
258- clang flex bison geos-devel gdal-devel sqlite-devel libspatialite-devel
259- qt5-qtsvg-devel qt5-qtxmlpatterns-devel spatialindex-devel expat-devel proj-devel
260- qwt-qt5-devel gsl-devel postgresql-devel cmake python3-future gdal-python3
261- python3-psycopg2 python3-PyYAML qca-qt5-ossl
255+ dnf install qt5-qtwebkit-devel qt5-qtlocation-devel qt5-qttools-static qt5-qtscript-devel qca-qt5-devel python3-qt5-devel python3-qscintilla-qt5-devel qscintilla-qt5-devel python3-qscintilla-devel python3-qscintilla-qt5 clang flex bison geos-devel gdal-devel sqlite-devel libspatialite-devel qt5-qtsvg-devel qt5-qtxmlpatterns-devel spatialindex-devel expat-devel proj-devel qwt-qt5-devel gsl-devel postgresql-devel cmake python3-future gdal-python3 python3-psycopg2 python3-PyYAML python3-pygments python3-jinja2 python3-OSWLib qca-qt5-ossl
262256```
263257
264258To build QGIS server additional dependencies are required:
@@ -297,3 +291,17 @@ Or install to your system
297291```
298292make install
299293```
294+
295+ === Suggested system tweaks ===
296+
297+ By default Fedora disables debugging calls from Qt applications. This prevents
298+ the useful debug output which is normally printed when running the unit tests.
299+
300+ To enable debug prints for the current user, execute:
301+
302+ ```
303+ cat > ~/.config/QtProject/qtlogging.ini << EOL
304+ [Rules]
305+ default.debug=true
306+ EOL
307+ ```
0 commit comments