forked from open-eid/DigiDoc4-Client
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix placeholder text margins (open-eid#1093)
IB-7450 Signed-off-by: Raul Metsma <[email protected]>
- Loading branch information
Showing
4 changed files
with
31 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,13 +24,12 @@ set_env( SMARTID_URL "https://dd-sid.ria.ee/v1" CACHE STRING "URL for Smart-ID" | |
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION YES) | ||
set(CMAKE_INTERPROCEDURAL_OPTIMIZATION_DEBUG NO) | ||
set(CPACK_PACKAGE_VERSION ${VERSION}) | ||
set(CPACK_GENERATOR "RPM") | ||
set(CPACK_PACKAGE_NAME "qdigidoc4") | ||
set(CPACK_PACKAGE_RELEASE 1) | ||
set(CPACK_GENERATOR RPM) | ||
set(CPACK_PACKAGE_CONTACT "RIA <[email protected]>") | ||
set(CPACK_PACKAGE_VENDOR "RIA") | ||
set(CPACK_PACKAGING_INSTALL_PREFIX "/usr/") | ||
set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_NAME}-${CPACK_PACKAGE_VERSION}-${CPACK_PACKAGE_RELEASE}.${CMAKE_SYSTEM_PROCESSOR}") | ||
set(CPACK_PACKAGE_VENDOR RIA) | ||
set(CPACK_PACKAGING_INSTALL_PREFIX /usr) | ||
set(CPACK_RPM_FILE_NAME RPM-DEFAULT) | ||
set(CPACK_RPM_PACKAGE_RELEASE_DIST ON) | ||
include(CPack) | ||
if(APPLE) | ||
add_subdirectory(extensions/DigiDocQL) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters