mirror of
https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System.git
synced 2024-12-26 16:01:36 +08:00
Added some build instructions for Linux about required private header files
This commit is contained in:
parent
5ead4684f5
commit
2c8abee668
@ -220,7 +220,13 @@ Screenshot Ubuntu:
|
|||||||
|
|
||||||
## Build
|
## Build
|
||||||
|
|
||||||
Open the `ads.pro` with QtCreator and start the build, that's it.
|
The Linux build requires private header files. Make sure that they are installed:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo apt install qtbase5-private-dev
|
||||||
|
```
|
||||||
|
|
||||||
|
Open the `ads.pro` file with QtCreator and start the build, that's it.
|
||||||
You can run the demo project and test it yourself.
|
You can run the demo project and test it yourself.
|
||||||
|
|
||||||
## Getting started / Example
|
## Getting started / Example
|
||||||
|
Loading…
Reference in New Issue
Block a user