File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff 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.
8669Make up a simple ui by drag and drop widget from ` Widget box ` in left side.
8770
You can’t perform that action at this time.
0 commit comments