qmsetup
qmsetup copied to clipboard
CMake Modules and Basic Libraries for C/C++ projects.
In file Translate.cmake, line 275 ```sh add_custom_command( TARGET ${_target} COMMAND ${_lupdate_exe} ARGS ${_LUPDATE_OPTIONS} "@${_ts_lst_file}" -ts ${_ts_file} WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} DEPENDS ${_my_sources} BYPRODUCTS ${_ts_lst_file} VERBATIM ) ``` This code doesn't work, unable...
When a string uses a comma character, the data after the comma is discarded In file WinResource.rc.in ```sh BLOCK "040904E4" { VALUE "FileDescription", STRINGIFY(@RC_DESCRIPTION@) VALUE "FileVersion", STRINGIFY(@RC_VERSION_STRING@) VALUE "ProductName", STRINGIFY(@RC_APPLICATION_NAME@)...
Hello there, Please consider tagging releases so that various GNU/Linux distributions could package qmsetup for use by other projects that depend on it. Thanks!
im building qwindowkit in github actions on ubuntu-latest with gcc and ninja (`cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++`) however this part keeps erroring https://github.com/stdware/qmsetup/blob/1c82f2e09dd922b84a7807f4a360e07f141fcb10/cmake/modules/InstallPackage.cmake#L92-L100 ``` CMake...