Skip to content

Commit b10474e

Browse files
authored
docs: Remove Boost from Qt example (#387)
1 parent 3e01111 commit b10474e

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

examples/QT/README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -65,23 +65,6 @@ CONFIG+=c++11
6565
`no_keywords` is for preventing qmake treat some function's name `emit` as the keyword of signal-slot mechanism.
6666
`c++11` ask for C++11 support.
6767

68-
##Import boost
69-
Suppose we now have our boost `headers` and a fat boost `static lib` named `libboost.a`(non-win32) or `boost.lib`(win32) ready.
70-
71-
To import them we need to edit `SioChatDemo.pro` again,add header include:
72-
73-
```bash
74-
INCLUDEPATH += `our boost headers folder`
75-
```
76-
77-
also linker options:
78-
79-
```bash
80-
win32:CONFIG(release, debug|release): LIBS += -L`our Win32 boost static lib folder` -lboost
81-
else:win32:CONFIG(debug, debug|release): LIBS += -L`our Win32 boost static lib folder` -lboost
82-
else:unix: LIBS += -L`our osx boost static lib folder` -lboost
83-
```
84-
8568
### Make up mainwindow ui.
8669
Make up a simple ui by drag and drop widget from `Widget box` in left side.
8770

0 commit comments

Comments
 (0)