Browse Source

Use Qt5 compatible qRestAPI version.

Sascha Zelzer 11 years ago
parent
commit
5056643880
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeExternals/qRestAPI.cmake

+ 1 - 1
CMakeExternals/qRestAPI.cmake

@@ -24,7 +24,7 @@ endif()
 
 if(NOT DEFINED ${proj}_DIR)
 
-  set(revision_tag "0d46f8a682")
+  set(revision_tag "836c87dbbc")
   if(${proj}_REVISION_TAG)
     set(revision_tag ${${proj}_REVISION_TAG})
   endif()