Add build numbers to non-Windows builds

This commit is contained in:
Dan Paulat 2025-06-30 22:48:13 -05:00
parent 2750168287
commit 3a8cdb8ea1

View file

@ -577,7 +577,8 @@ else()
-v ${SCWX_VERSION}
-c ${VERSIONS_CACHE}
-i ${VERSIONS_INPUT}
-o ${VERSIONS_HEADER})
-o ${VERSIONS_HEADER}
-b ${SCWX_BUILD_NUM})
endif()
add_custom_target(scwx-qt_generate_versions ALL