Skip to content
Snippets Groups Projects
Commit 95dc4792 authored by Alexandre Lision's avatar Alexandre Lision
Browse files

Fill some Info.plist fields

This file rules metadata info on the packaged app
Change name from RingClient to Ring
parent 10e86dd7
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ IF(POLICY CMP0022)
CMAKE_POLICY(SET CMP0022 NEW)
ENDIF(POLICY CMP0022)
PROJECT(RingClient)
PROJECT(Ring)
ADD_DEFINITIONS("-std=c++0x")
......@@ -42,6 +42,9 @@ SET(ringclient_HDRS
MESSAGE("BINARY IS HERE:" ${LIB_RING_CLIENT_LIBRARY})
SET(MACOSX_BUNDLE_DISPLAY_NAME Ring)
SET(MACOSX_BUNDLE_BUNDLE_NAME Ring)
SET(MACOSX_BUNDLE_BUNDLE_VERSION 1.0)
# Icons
......@@ -54,14 +57,14 @@ SET(myApp_ICON ${CMAKE_CURRENT_SOURCE_DIR}/data/appicon.icns)
SET_SOURCE_FILES_PROPERTIES(${myApp_ICON} PROPERTIES
MACOSX_PACKAGE_LOCATION "Resources")
ADD_EXECUTABLE(RingClient MACOSX_BUNDLE
ADD_EXECUTABLE(Ring MACOSX_BUNDLE
${ringclient_SRCS}
${ringclient_HEADERS_MOC}
${ringclient_FORMS_HEADERS}
${myApp_ICON})
TARGET_LINK_LIBRARIES( RingClient
TARGET_LINK_LIBRARIES( Ring
${LIB_RING_CLIENT_LIBRARY}
${QT_QTCORE_LIBRARY}
${Qt5Widgets_LIBRARIES}
......
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