Documentation
¶
Index ¶
- Variables
- func ANDROID_NDK_DIR() string
- func ANDROID_SDK_DIR() string
- func Abs(appPath string) (string, error)
- func CheckBuildTarget(buildTarget string)
- func ExistsDir(name string) bool
- func ExistsFile(name string) bool
- func GoQtPkgPath(s ...string) string
- func IPHONEOS_SDK_DIR() string
- func IPHONESIMULATOR_SDK_DIR() string
- func IsCI() bool
- func IsHomeBrewQtDir() bool
- func IsMsys2QtDir() bool
- func JDK_DIR() string
- func LinuxDistro() string
- func Load(name string) string
- func LoadOptional(name string) string
- func MACOS_SDK_DIR() string
- func MkdirAll(dir string) error
- func MustGoBin() string
- func MustGoPath() string
- func QT_DARWIN_DIR() string
- func QT_DEBUG() bool
- func QT_DIR() string
- func QT_DOC_DIR() string
- func QT_MISC_DIR() string
- func QT_MSYS2_DIR() string
- func QT_MXE_ARCH() string
- func QT_STUB() bool
- func QT_VERSION() string
- func QT_VERSION_MAJOR() string
- func RPI1_SYSROOT_DIR() string
- func RPI2_SYSROOT_DIR() string
- func RPI3_SYSROOT_DIR() string
- func RPI_TOOLS_DIR() string
- func RemoveAll(name string) error
- func RunCmd(cmd *exec.Cmd, name string) string
- func RunCmdOptional(cmd *exec.Cmd, name string) string
- func SAILFISH_DIR() string
- func Save(name, data string) error
- func SaveBytes(name string, data []byte) error
- func UseHomeBrew() bool
- func UseMsys2() bool
- func UsePkgConfig() bool
- func VIRTUALBOX_DIR() string
- func WalkFilterBlacklist(root string, f filepath.WalkFunc) filepath.WalkFunc
- func WalkFilterPrefix(f filepath.WalkFunc, prefixes ...string) filepath.WalkFunc
- func WalkOnlyDirectory(f filepath.WalkFunc) filepath.WalkFunc
- func WalkOnlyExtension(f filepath.WalkFunc, extensions ...string) filepath.WalkFunc
- func WalkOnlyFile(f filepath.WalkFunc) filepath.WalkFunc
- func XCODE_DIR() string
Constants ¶
This section is empty.
Variables ¶
View Source
var Log = logrus.New()
Functions ¶
func ANDROID_NDK_DIR ¶
func ANDROID_NDK_DIR() string
func ANDROID_SDK_DIR ¶
func ANDROID_SDK_DIR() string
func CheckBuildTarget ¶
func CheckBuildTarget(buildTarget string)
func ExistsFile ¶
func GoQtPkgPath ¶
func IPHONEOS_SDK_DIR ¶
func IPHONEOS_SDK_DIR() string
func IPHONESIMULATOR_SDK_DIR ¶
func IPHONESIMULATOR_SDK_DIR() string
func IsHomeBrewQtDir ¶
func IsHomeBrewQtDir() bool
func IsMsys2QtDir ¶
func IsMsys2QtDir() bool
func LinuxDistro ¶
func LinuxDistro() string
func MACOS_SDK_DIR ¶
func MACOS_SDK_DIR() string
func MustGoPath ¶
func MustGoPath() string
MustGoPath is same as GoPath but exits if any error ocurres it also caches the result
func QT_DARWIN_DIR ¶
func QT_DARWIN_DIR() string
func QT_DOC_DIR ¶
func QT_DOC_DIR() string
func QT_MISC_DIR ¶
func QT_MISC_DIR() string
func QT_MSYS2_DIR ¶
func QT_MSYS2_DIR() string
func QT_MXE_ARCH ¶
func QT_MXE_ARCH() string
func QT_VERSION ¶
func QT_VERSION() string
func QT_VERSION_MAJOR ¶
func QT_VERSION_MAJOR() string
func RPI1_SYSROOT_DIR ¶
func RPI1_SYSROOT_DIR() string
func RPI2_SYSROOT_DIR ¶
func RPI2_SYSROOT_DIR() string
func RPI3_SYSROOT_DIR ¶
func RPI3_SYSROOT_DIR() string
func RPI_TOOLS_DIR ¶
func RPI_TOOLS_DIR() string
func SAILFISH_DIR ¶
func SAILFISH_DIR() string
func UseHomeBrew ¶
func UseHomeBrew() bool
func UsePkgConfig ¶
func UsePkgConfig() bool
func VIRTUALBOX_DIR ¶
func VIRTUALBOX_DIR() string
func WalkFilterBlacklist ¶
WalkFilterBlacklist filter out blacklisted file
func WalkFilterPrefix ¶
WalkFilterPrefix only process file that do not have specified prefix
func WalkOnlyDirectory ¶
WalkFilterDirectory only allow directory
func WalkOnlyExtension ¶
WalkOnlyExtension only process file (not directory) that their extension is specified, without the `.` such as `go` or `html`.
func WalkOnlyFile ¶
WalkOnlyFile is opposite of WalkFilterDirectory, it only allow file
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.