Documentation: Add a note for macro XLSX_NO_LIB

This commit is contained in:
Debao Zhang
2013-11-25 11:34:09 +08:00
parent 2273a967a9
commit f89559eec1
2 changed files with 20 additions and 0 deletions
+7
View File
@@ -74,6 +74,13 @@ The package contains a **qtxlsx.pri** file that allows you to integrate the comp
include(qtxlsx.pri)
```
**Note**: If you do not use qmake, you need to define the following macro manually
```
XLSX_NO_LIB
```
* Then, using Qt Xlsx in your code
## References