Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
6fd1e839
Commit
6fd1e839
authored
Jun 28, 2015
by
Zach
Browse files
Merge pull request #1168 from ctrlaltca/oracle_hidpi
Enable HiDpi on oracle too
parents
9947af7b
a8de6d5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
oracle/CMakeLists.txt
View file @
6fd1e839
...
@@ -151,6 +151,7 @@ if(UNIX)
...
@@ -151,6 +151,7 @@ if(UNIX)
set
(
MACOSX_BUNDLE_BUNDLE_NAME
${
PROJECT_NAME
}
)
set
(
MACOSX_BUNDLE_BUNDLE_NAME
${
PROJECT_NAME
}
)
set
(
MACOSX_BUNDLE_SHORT_VERSION_STRING
${
PROJECT_VERSION
}
)
set
(
MACOSX_BUNDLE_SHORT_VERSION_STRING
${
PROJECT_VERSION
}
)
set
(
MACOSX_BUNDLE_BUNDLE_VERSION
${
PROJECT_VERSION
}
)
set
(
MACOSX_BUNDLE_BUNDLE_VERSION
${
PROJECT_VERSION
}
)
set_target_properties
(
oracle PROPERTIES MACOSX_BUNDLE_INFO_PLIST
${
CMAKE_SOURCE_DIR
}
/cmake/Info.plist
)
INSTALL
(
TARGETS oracle BUNDLE DESTINATION ./
)
INSTALL
(
TARGETS oracle BUNDLE DESTINATION ./
)
INSTALL
(
FILES
${
oracle_QM
}
DESTINATION ./oracle.app/Contents/Resources/translations
)
INSTALL
(
FILES
${
oracle_QM
}
DESTINATION ./oracle.app/Contents/Resources/translations
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment