I didn't find an existing issue for this so I decided to make one. System: openSuSE Tumbleweed 20210425-0 Qt5 version: 5.15.2-5.3 I installed the qt-devel meta-package (though that only pulled in qt4 development files). I already have al...
Besides, If there is an alternative way to accomplish I18N work in Qt with cmake, that is also fine. For example, I come up withadd_custom_commandwithlupdatefrom qt, but don't success yet. add_custom_command(OUTPUT ${TRANSLATIONS} DEPENDS ${SOURCES} COMMAND lupdate) command won't execut...
I tried building TEA 62.1.2 on macOS 12.7.1 with CMake 3.28.0-rc5 and Qt 5.15.11 installed using MacPorts. It failed, saying: CMake Error at CMakeLists.txt:28 (qt_standard_project_setup): Unknown CMake command "qt_standard_project_setup". ...
通过fs.openSync获得的fd,传递到C侧调close后,ArkTS侧fs.closeSync是不是不用调了 如何校验文件一致性 文件路径fd和internal的区别是什么 使用request.uploadFile上传文件后,没有回调可以获取到服务器返回的message信息,不能明确知道文件是否上传成功 fs接口写文件,两次调用,第二次写入的内容比第一次写入的内容...
2023-10-03 01:27:47.278 [debug] unknown @ 0 - cplayer: Configuration: meson configure build -Dprefix=/home/ian/Desktop/mpv-winbuild-cmake/build64/install/mingw -Dbuildtype=release -Doptimization=3 2023-10-03 01:27:47.278 [debug] unknown @ 0 - cplayer: List of enabled features: av...
| Unknown CMake command "QT5_ADD_TRANSLATION". Did you pass CMAKE_PREFIX_PATH? Post the entire output commented No? Why is it required? Here is the complete output from CMakeOutput.log: The system is: Linux - 3.14.51-gnu-1-lts - i686 ...
I am not a cmake user, but I did the following in MacOs, which gave me the following error: brew install qt Qt5_DIR="/usr/local/opt/qt" cmake src/ Gives the following error: CMake Error at CMakeLists.txt:22 (QT5_WRAP_UI): Unknown CMake command "QT5_WRAP_UI"....
Problem description Hello, I'm trying to port a KDE's game for Termux, and I've compiled some KF6 modules that aren't in the Termux's repos. But when I try to compile kf6-kiconthemes cmake can't find that macro. Acording to Qt documentat...
It appeared that I had to unzip dlt-viewer from scratch, because cmake cache prevented from correct build of application on macOS However here are my parameters from bash_profile in case anyone might require them: export CMAKE_PREFIX_PATH=/usr/local/Cellar/qt/5.13.2/ ...