Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linphone-desktop
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
linphone-desktop
Commits
a65c3d3e
Commit
a65c3d3e
authored
Mar 15, 2018
by
Ronan Abhamon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore(tools): fix build_static_qt
parent
4ef1241b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
33 deletions
+33
-33
build_static_qt
tools/build_static_qt
+33
-33
No files found.
tools/build_static_qt
View file @
a65c3d3e
...
...
@@ -29,41 +29,41 @@ if [[ $? != 0 ]] ; then
fi
./init-repository
--module-subset
=
default,
\
-qtandroidextras
,
\
-qtcharts
,
\
-qtdoc
,
\
-qtlocation
,
\
-qtmacextras
,
\
-qtnetworkauth
,
\
-qtpurchasing
,
\
-qtremoteobjects
,
\
-qtrepotools
,
\
-qtscript
,
\
-qtscxml
,
\
-qtsensors
,
\
-qtspeech
,
\
-qtspeech
,
\
-qttools
,
\
-qtwebchannel
,
\
-qtwebengine
,
\
-qtwebglplugin
,
\
-qtwebsockets
,
\
-qtwebview
,
\
-qtwinextras
,
\
-qtx11extras
,
\
-qtxmlpatterns
\
-f
-qtandroidextras
,
\
-qtcharts
,
\
-qtdoc
,
\
-qtlocation
,
\
-qtmacextras
,
\
-qtnetworkauth
,
\
-qtpurchasing
,
\
-qtremoteobjects
,
\
-qtrepotools
,
\
-qtscript
,
\
-qtscxml
,
\
-qtsensors
,
\
-qtspeech
,
\
-qtspeech
,
\
-qttools
,
\
-qtwebchannel
,
\
-qtwebengine
,
\
-qtwebglplugin
,
\
-qtwebsockets
,
\
-qtwebview
,
\
-qtwinextras
,
\
-qtx11extras
,
\
-qtxmlpatterns
\
-f
./configure
-opensource
-confirm-license
-release
-static
-c
++std c++11
-ccache
-silent
-nomake
examples
-nomake
tests
\
-prefix
"/opt/
${
QT_VERSION
}
"
\
-qt-freetype
\
-qt-harfbuzz
\
-qt-libjpeg
\
-qt-libpng
\
-qt-pcre
\
-qt-xcb
\
-qt-xkbcommon
\
-system-zlib
-prefix
"/opt/qt
${
QT_VERSION
}
"
\
-qt-freetype
\
-qt-harfbuzz
\
-qt-libjpeg
\
-qt-libpng
\
-qt-pcre
\
-qt-xcb
\
-qt-xkbcommon
\
-system-zlib
if
[[
$?
!=
0
]]
;
then
printf
"
${
RED
}
Unknown configure option.
${
NC
}
\n
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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