Skip to content

Commit

Permalink
* Add CPACK_PACKAGE_CONTACT form deb files
Browse files Browse the repository at this point in the history
  • Loading branch information
iddekingej committed Apr 5, 2017
1 parent 003a0f8 commit da91e44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})

SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "Open file gui")
SET(CPACK_PACKAGE_VENDOR "[email protected]")
SET(CPACK_PACKAGE_CONTACT "[email protected]")
SET(CPACK_PACKAGE_DESCRIPTION_FILE "${CMAKE_CURRENT_SOURCE_DIR}/Readme.txt")
SET(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/Copyright.txt")
SET(CPACK_PACKAGE_VERSION_MAJOR "0")
Expand Down

0 comments on commit da91e44

Please sign in to comment.