Browse Source

Update config to use svg

Antialize 15 years ago
parent
commit
33940e1f34
3 changed files with 4 additions and 6 deletions
  1. 3 3
      scripts/static-build.sh
  2. 0 1
      static_qt_conf_linux
  3. 1 2
      static_qt_conf_osx

+ 3 - 3
scripts/static-build.sh

@@ -255,9 +255,9 @@ EOF
     mkdir -p qt
     cp -r qts/mkspecs qt
     cd qts
-    if ! cmp conf conf_new; then
-	QTDIR=. bin/syncqt || exit 1
-	(yes | wine configure.exe -I "C:\qts\include" -I "C:\mingw32\include\freetype2" `cat conf_new` -prefix "C:\qt" && cp conf_new conf) || exit 1
+    if ! [ -f Makefile ] || ! cmp conf conf_new; then
+		QTDIR=. bin/syncqt || exit 1
+		(yes | wine configure.exe -I "C:\qts\include" -I "C:\mingw32\include\freetype2" `cat conf_new` -prefix "C:\qt" && cp conf_new conf) || exit 1
     fi
     if ! wine mingw32-make -j3 -q; then
 		wine mingw32-make -j3 || exit 1

+ 0 - 1
static_qt_conf_linux

@@ -33,5 +33,4 @@
 -no-openvg
 -no-opengl
 -no-xsync
--no-svg
 -no-audio-backend

+ 1 - 2
static_qt_conf_osx

@@ -33,5 +33,4 @@
 -no-opengl
 -no-xsync
 -no-javascript-jit
--no-svg
-#-no-egl
+#-no-egl