Browse Source

Bump Qt dependencies

This includes a patch to hopefully fix the crash in plexinc/plex-media-player-private#527
Tobias Hieta 8 years ago
parent
commit
9028f39de7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeModules/QtConfiguration.cmake

+ 1 - 1
CMakeModules/QtConfiguration.cmake

@@ -10,7 +10,7 @@ if(NOT IS_DIRECTORY ${QTROOT})
 		"plexmediaplayer-qt"
 		DIRECTORY dir
 		DEPHASH_VAR QT_DEPS_HASH
-    BUILD_NUMBER 77 # 77 is the last Qt5.7 build
+    BUILD_NUMBER 86
     ARTIFACTNAME konvergo-qt
     DYLIB_SCRIPT_PATH ${PROJECT_SOURCE_DIR}/scripts/fix-install-names.py
 	)