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
7938171a
Commit
7938171a
authored
Jun 27, 2012
by
Max-Wilhelm Bruker
Browse files
Mac client: translation path fix
parent
c7131e3a
Changes
2
Hide whitespace changes
Inline
Side-by-side
cockatrice/CMakeLists.txt
View file @
7938171a
...
...
@@ -157,9 +157,9 @@ SET(cockatrice_HEADERS
src/pending_command.h
)
if
(
UNIX
)
if
(
UNIX
AND NOT APPLE
)
set_source_files_properties
(
src/main.cpp PROPERTIES COMPILE_FLAGS -DTRANSLATION_PATH=\\"
${
CMAKE_INSTALL_PREFIX
}
/share/cockatrice/translations\\"
)
endif
(
UNIX
)
endif
(
UNIX
AND NOT APPLE
)
set
(
cockatrice_RESOURCES cockatrice.qrc
)
set
(
cockatrice_TS
...
...
prepareMacRelease.sh
View file @
7938171a
...
...
@@ -5,7 +5,7 @@ DATE=`date '+%Y%m%d'`
#QTDIR="/Users/brukie/QtSDK/Desktop/Qt/474/gcc"
QTLIB
=
"/Users/brukie/qt_leopard/lib"
QTPLUGINS
=
"/Users/brukie/qt_leopard/plugins"
PROTOBUF
=
"/Users/brukie/protobuf"
PROTOBUF
=
"/Users/brukie/protobuf
_leopard
"
DIR
=
cockatrice_mac_
$DATE
if
[
-d
$DIR
]
;
then
echo
"delete old dir first"
;
exit
1
;
fi
...
...
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