pacman -S --needed mingw-w64-i686-qt5-static mingw-w64-x86_64-qt5-static 创建项目: xmake create -t qt.quickapp qt-testcdqt-test xmake f -p mingw --sdk=$HOME\scoop\apps\msys2\current\mingw64 checkingforarchitecture ... x86_64 checkingformingw directory ... C:\Users\techstay\scoo...
import imp import optparse @@ -196,12 +196,12 @@ class BinaryProtoGenerator: self._ImportProtoModules(opts.path) if not self.VerifyArgs(opts): - print "Wrong arguments" + print("Wrong arguments") return 1 try: self._GenerateBinaryProtos(opts) except Exception as e...