mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
Update Mac os x scripts
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@4238 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
parent
2cf020fe45
commit
42f0314a5e
@ -196,7 +196,8 @@ if [ ! -d $BUNDLE ] ; then
|
|||||||
echo "ERROR: cannot find application bundle \"$BUNDLE\" in current directory"
|
echo "ERROR: cannot find application bundle \"$BUNDLE\" in current directory"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
/usr/bin/macdeployqt-4.8 $BUNDLE
|
#~/Qt/5.5/clang_64/bin/macdeployqt $BUNDLE
|
||||||
|
macdeployqt $BUNDLE
|
||||||
|
|
||||||
### add file missing #######################################
|
### add file missing #######################################
|
||||||
|
|
||||||
@ -236,7 +237,7 @@ echo "Create disk image:"
|
|||||||
|
|
||||||
# Direction
|
# Direction
|
||||||
EX_Dir="examples"
|
EX_Dir="examples"
|
||||||
DOC_Dir="docs/doc-en.pdf"
|
DOC_Dir="docs/Documentation.webloc"
|
||||||
imagedir="/tmp/$APPNAME.$$"
|
imagedir="/tmp/$APPNAME.$$"
|
||||||
|
|
||||||
# Remove any previous disk folder or DMG
|
# Remove any previous disk folder or DMG
|
||||||
|
@ -130,6 +130,10 @@ TARGET = qelectrotech
|
|||||||
unix:QMAKE_LIBS_THREAD -= -lpthread
|
unix:QMAKE_LIBS_THREAD -= -lpthread
|
||||||
|
|
||||||
# Enable C++11
|
# Enable C++11
|
||||||
|
macx {
|
||||||
|
LIBS += -stdlib=libc++
|
||||||
|
QMAKE_CXXFLAGS += -stdlib=libc++
|
||||||
|
}
|
||||||
QMAKE_CXXFLAGS += -std=c++11
|
QMAKE_CXXFLAGS += -std=c++11
|
||||||
|
|
||||||
# Description de l'installation
|
# Description de l'installation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user