Skip to content

Commit

Permalink
Documented new features from hot fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuvinJ committed Dec 11, 2020
1 parent 3b37777 commit 1a745aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/LowLevel.md
Original file line number Diff line number Diff line change
Expand Up @@ -1525,6 +1525,17 @@ When `isPathPreserved` is `True`, the entire path is returned rather
than only the file name. When `False` (the default) a full path
is stripped down to the base name.

### normLibName

normLibName( path, isPathPreserved=False )

The "normalized" name of a library file, resolving such for
cross platform contexts. On Windows, "library" files end
in a ".dll" extension, where on macOS and Linux ".so" is employed.
When `isPathPreserved` is `True`, the entire path is returned rather
than only the file name. When `False` (the default) a full path
is stripped down to the base name.

### getEnv, setEnv, delEnv

getEnv( varName, default=None )
Expand Down
4 changes: 4 additions & 0 deletions docs/QtCpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ Attributes:
Object Functions:

qtDirPath()
toQtPath( relativePath )
validate()
addDependencies( package )

Expand Down Expand Up @@ -166,6 +167,9 @@ Attributes:

<custom addition, use package names>
hiddenQml = []

<custom addition, open ended - works like distResources...>
hiddenDependencies = []
ignoreLibs = []
ignoreEnv = []
Expand Down

0 comments on commit 1a745aa

Please sign in to comment.