File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments