Just tried to run the example on Arch-linux on nim 1.6.10.
Basically ran `nimble install https://github.com/jerous86/nimqt`, copy pasted
the code under example, then ran `nim cpp -r src/nimqtplay.nim.`
That lead to:
.../nimqtplay/src/nimqtplay.nim(5, 26) Error: type mismatch: got <>
but expected one of:
proc newQApplication(argc: cint; argv: ptr ptr char): ptr QApplication
template newQApplication(args: seq[string]): ptr QApplication
expression: newQApplication()
Run
The line it is referencing is `let app = newQApplication()`. Not sure what that
is about, any idea?