Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
d0377626
Commit
d0377626
authored
Aug 08, 2016
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Qt: do not use precompiled headers on Windows
parent
07a02cb6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
0 deletions
+13
-0
contrib/src/qt/pch.patch
contrib/src/qt/pch.patch
+12
-0
contrib/src/qt/rules.mak
contrib/src/qt/rules.mak
+1
-0
No files found.
contrib/src/qt/pch.patch
0 → 100644
View file @
d0377626
diff -ruN qt/mkspecs/win32-g++/qmake.conf qt.new/mkspecs/win32-g++/qmake.conf
--- qt/mkspecs/win32-g++/qmake.conf 2016-03-03 12:35:22.000000000 +0100
+++ qt.new/mkspecs/win32-g++/qmake.conf 2016-08-06 11:33:47.010286322 +0200
@@ -12,7 +12,7 @@
MAKEFILE_GENERATOR = MINGW
QMAKE_PLATFORM = win32 mingw
-CONFIG += debug_and_release debug_and_release_target precompile_header
+CONFIG += debug_and_release debug_and_release_target
DEFINES += UNICODE
QMAKE_COMPILER_DEFINES += __GNUC__ WIN32
contrib/src/qt/rules.mak
View file @
d0377626
...
...
@@ -22,6 +22,7 @@ $(TARBALLS)/qt-$(QT_VERSION).tar.xz:
qt
:
qt-$(QT_VERSION).tar.xz .sum-qt
$(UNPACK)
mv
qtbase-opensource-src-
$(QT_VERSION)
qt-
$(QT_VERSION)
$(APPLY)
$(SRC)
/qt/pch.patch
$(MOVE)
ifdef
HAVE_MACOSX
...
...
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