ソースを参照

BUG: Fix save on an existing file when we use QtTesting

Bug fix in QtTesting. See commite :
https://github.com/benjaminlong/QtTesting/commit/75c24a70e9ca2acdb86fd204285747a756c0a7ce
Benjamin Long 13 年 前
コミット
c031588695
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      CMakeExternals/QtTesting.cmake

+ 1 - 1
CMakeExternals/QtTesting.cmake

@@ -23,7 +23,7 @@ if(CTK_USE_QTTESTING)
 
     if(NOT DEFINED QtTesting_DIR)
 
-      set(revision_tag dac049b06724862583f6b64b2b038c0726bd2ba0)
+      set(revision_tag 75c24a70e9ca2acdb86fd204285747a756c0a7ce)
       if(${proj}_REVISION_TAG)
         set(revision_tag ${${proj}_REVISION_TAG})
       endif()