Skip to content

Commit 763a5f7

Browse files
committed
Updated readme
1 parent 84069e0 commit 763a5f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ You can check this in the "about" menu of Qt creator.
2727
* Specify the path of source and binaries for Qt creator using **QTC_SOURCE** and **QTC_BUILD** vars
2828
* **QTC_SOURCE** must point to the sources you extracted
2929
* **QTC_BUILD** must point to your build folder (or binary release on Linux)
30-
* Example command: *qmake QTC_SOURCE=\~/src/qt-creator-opensource-src-4.5.0 QTC_BUILD=\~/qtcreator-4.5.0* .
30+
* **USE_USER_DESTDIR** installs the module automatically
31+
* Example command: *qmake USE_USER_DESTDIR=yes QTC_SOURCE=\~/src/qt-creator-opensource-src-4.5.0 QTC_BUILD=\~/qtcreator-4.5.0* .
3132

3233
#### Qt Creator
3334
* Specify the path of source and binaries for Qt creator by editing the dexygen.pro file

0 commit comments

Comments
 (0)