File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -320,7 +320,9 @@ Screenshot Ubuntu:
320320## Build
321321
322322The Linux build requires private header files. Make sure that they are installed.
323- The library uses SVG icons, so ensure that Qt SVG support is installed.
323+ The library uses SVG icons, so ensure that Qt SVG support is installed. The demo
324+ application creates a ` QQuickWidget ` for testing, so ensure that the required
325+ libraries are installed.
324326
325327### Qt5 on Ubuntu 18.04 or 20.04
326328
@@ -331,13 +333,13 @@ sudo apt install qt5-default qtbase5-private-dev
331333### Qt5 on Ubuntu 22.04
332334
333335``` bash
334- sudo apt install qtbase5-dev qtbase5-private-dev qtbase5-dev-tools libqt5svg5
336+ sudo apt install qtbase5-dev qtbase5-private-dev qtbase5-dev-tools libqt5svg5 libqt5qml5 qtdeclarative5-dev
335337```
336338
337339### Qt6 on Ubuntu 22.04
338340
339341``` bash
340- sudo apt install qt6-base-dev qt6-base-private-dev qt6-tools-dev libqt6svg6
342+ sudo apt install qt6-default qt6- base-dev qt6-base-private-dev qt6-tools-dev libqt6svg6 qt6-qtdeclarative
341343```
342344
343345Open the ` ads.pro ` file with QtCreator and start the build, that's it.
You can’t perform that action at this time.
0 commit comments