Skip to content
Snippets Groups Projects
Commit e8d15baf authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

mvvm cmake - source package

parent 190b80da
No related branches found
No related tags found
1 merge request!13Prepare for release 1.19
Pipeline #33565 passed
......@@ -7,7 +7,6 @@ set(CPACK_ARCHIVE_FILE_NAME ${CMAKE_PROJECT_NAME}-${CMAKE_PROJECT_VERSION}.tgz)
set(CPACK_SOURCE_GENERATOR "TGZ")
set(CPACK_SOURCE_IGNORE_FILES
# ${CPACK_SOURCE_IGNORE_FILES} # is there a default ?
~$
/CMakeLists.txt.user
/devtools/deploy
......
......@@ -43,30 +43,3 @@ write_basic_package_version_file(${CMAKE_CURRENT_BINARY_DIR}/MVVMConfigVersion.c
${PROJECT_VERSION} COMPATIBILITY AnyNewerVersion)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/MVVMConfigVersion.cmake DESTINATION ${INSTALL_CONFIGDIR})
# -----------------------------------------------------------------------------
# TarBall
# -----------------------------------------------------------------------------
# Generating the source package
set(CPACK_SOURCE_GENERATOR "TGZ")
set(CPACK_SOURCE_PACKAGE_FILE_NAME "qt-mvvm-${MVVM_BUILDVERSION}")
set(CPACK_SOURCE_IGNORE_FILES
${CPACK_SOURCE_IGNORE_FILES} # first take the default parameters
"/\\\\.git/"
"/\\\\.gitattributes$"
"/\\\\.github/"
"/\\\\.gitmodules"
"/\\\\.gitignore$"
"/\\\\.tokeignore$"
"/\\\\.clang-format"
"/\\\\.clang-tidy"
"qt-mvvm.code*"
"CMakeLists.txt.user"
"build/"
"/\\\\.ccache"
)
include(CPack)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment