checking for the architecture ... x86_64 checking for the Xcode directory ... /Applications/Xcode.app checking for the SDK version of Xcode ... 10.15 checking for the Qt SDK directory ... /Users/ruki/Qt5.13.2/5.13.2/clang_64 checking for the Qt SDK version ... 5.13.2 [ 0%]: cc...
PS D:\> cd test PS D:\test> xmake checking for platform ... windows checking for architecture ... x64 checking for Microsoft Visual Studio (x64) version ... 2022 checking for Qt SDK directory ... D:/Programs/Qt/Qt5.14.2/5.14.2/mingw73_64 checking for Qt SDK version ... 5.14....
/Applications/Xcode.app checking for the SDK version of Xcode ... 10.15 checking for the Qt SDK directory ... /Users/ruki/Qt5.13.2/5.13.2/clang_64 checking for the Qt SDK version ... 5.13.2 [ 0%]: ccache compiling.release src/main.cpp [ 49%]: compiling.qt.qrc src/qml.qrc [...
github.com/xmake-io/xma Windows 上 Qt 项目控制台没有输出 使用: add_ldflags("/subsystem:console") xmake 的 qt rule 里会检测 ldflags 里有没有/subsystem,如果没有就默认/subsystem:windows。 给单独源文件添加参数 add_files("test/*.c", "test2/test2.c", {defines = "TEST2", languages = "c99...
I did exactly as this [#160] tutorial does, but it still does not detect qt_sdk only mingw. I am using this: xmake f -p mingw --mingw=C:\msys64\mingw64 --qt=C:\msys64\mingw64 -a x86_64 output: error: Qt SDK not found!
xmake 是一个基于 Lua 的轻量级跨平台构建工具,使用 xmake.lua 维护项目构建,相比 makefile/CMakeLists.txt,配置语法更加简洁直观,对新手非常友好,短时间内就能快速入门,能够让用户把更多的精力集中在实际的项目开发上。 在2.5.2 版本中,我们增加了一个重量级的新特性:自动拉取远程交叉编译工具链。
Improve to detect Qt sdk directory for detect.sdks.find_qt #184: Improve lib.detect.find_package to support vcpkg #208: Improve rpath for shared library #225: Improve to detect vs envirnoment Bug fixed #177: Fix the dependent target link bug Fix high cpu usage bug and Exit issues for...
Add add_imports to bulk import modules for the target, option and package script Add xmake -y/--yes to confirm the user input by default Add xmake l package.manager.install xxx to install software package Add xmake plugin for vscode editor, xmake-vscode Add xmake macro .. to run the ...
checkingforthe architecture...x86_64 checkingforthe Xcode directory.../Applications/Xcode.app checkingfortheSDKversionofXcode...10.15checkingforthe QtSDKdirectory.../Users/ruki/Qt5.13.2/5.13.2/clang_64 checkingforthe QtSDKversion...5.13.2[0%]:ccache compiling.release src/main.cpp[49%]:compili...
checking for Qt SDK directory ... /usr checking for Qt SDK version ... 5.15.3 [ 14%]: compiling.qt.ui src/mainwindow.ui /usr/lib/qt5/bin/uic src/mainwindow.ui -o build/.gens/xmake-dtk/linux/x86_64/release/rules/qt/ui/ui_mainwindow.h ...