Skip to content

Commit b0ecaf7

Browse files
committed
improve creating app bundle
1 parent 360959c commit b0ecaf7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

QtPMbrowser/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ project(QtPMbrowser LANGUAGES CXX)
55

66
set(CMAKE_INCLUDE_CURRENT_DIR ON)
77

8+
set(MACOSX_BUNDLE_BUNDLE_NAME "PM browser")
9+
set(MACOSX_BUNDLE_BUNDLE_VERSION "${CMAKE_PROJECT_VERSION}")
10+
set(MACOSX_BUNDLE_SHORT_VERSION_STRING "${CMAKE_PROJECT_VERSION_MAJOR}.${CMAKE_PROJECT_VERSION_MINOR}")
11+
set(MACOSX_BUNDLE_COPYRIGHT "${MY_COPYRIGHT}")
12+
813
# Set up AUTOMOC and some sensible defaults for runtime execution
914
# When using Qt 6.3, you can replace the code block below with
1015

0 commit comments

Comments
 (0)