Browse Source

Use a qRestAPI version compatible with Qt 4.6.2

Sascha Zelzer 11 years ago
parent
commit
4d7a90f256
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 "778ac3f871")
+  set(revision_tag "0d46f8a682")
   if(${proj}_REVISION_TAG)
     set(revision_tag ${${proj}_REVISION_TAG})
   endif()