Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
ab2ba6e3
Commit
ab2ba6e3
authored
Feb 13, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib: compile Qt native tools too
parent
6ad2d707
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
contrib/src/qt/rules.mak
contrib/src/qt/rules.mak
+8
-7
No files found.
contrib/src/qt/rules.mak
View file @
ab2ba6e3
...
...
@@ -36,13 +36,6 @@ endif
.qt
:
qt
cd
$<
&&
./configure
$(QT_PLATFORM)
-static
-release
-no-sql-sqlite
-no-gif
-qt-libjpeg
-no-openssl
-no-opengl
-opensource
-confirm-license
cd
$<
&&
$(MAKE)
sub-src
# BUILDING QT BUILD TOOLS
ifdef
HAVE_CROSS_COMPILE
cd
$<
/src/tools
;
$(MAKE)
clean
;
\
for
i
in
bootstrap uic rcc moc
;
\
do
(
cd
$$
i
;
../../../bin/qmake
;
$(MAKE)
clean
;
$(MAKE)
)
;
\
done
endif
# INSTALLING LIBRARIES
for
lib
in
Widgets Gui Core
;
\
do
install
-D
--
$<
/lib/libQt5
$
${lib}
.a
"
$(PREFIX)
/lib/libQt5
$
${lib}
.a"
;
\
...
...
@@ -64,6 +57,14 @@ endif
for
i
in
Core Gui Widgets
;
\
do
cat
$(SRC)
/qt/Qt5
$
${i}
.pc.in |
sed
-e
s/@@VERSION@@/
$(QT_VERSION)
/ |
sed
-e
's|@@PREFIX@@|
$(PREFIX)
|'
>
"
$(PREFIX)
/lib/pkgconfig/Qt5
$
${i}
.pc"
;
\
done
# BUILDING QT BUILD TOOLS
ifdef
HAVE_CROSS_COMPILE
cd
$<
/include/QtCore
;
ln
-sf
$(QT_VERSION)
/QtCore/private
cd
$<
/src/tools
;
$(MAKE)
clean
;
\
for
i
in
bootstrap uic rcc moc
;
\
do
(
cd
$$
i
;
echo
$i
&&
../../../bin/qmake
-spec
win32-g++
;
$(MAKE)
clean
;
$(MAKE)
)
;
\
done
endif
# INSTALLING QT BUILD TOOLS
install
-d
"
$(PREFIX)
/bin/"
for
i
in
rcc moc uic
;
\
...
...
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