Browse Source

Qt4: Fix configure_file call to use COPYONLY, not COPY_ONLY

Brad King 11 years ago
parent
commit
4abbb1400d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/Qt4Macros.cmake

+ 1 - 1
Modules/Qt4Macros.cmake

@@ -232,7 +232,7 @@ macro (QT4_ADD_RESOURCES outfiles )
       # let's make a configured file and add it as a dependency so cmake is run
       # let's make a configured file and add it as a dependency so cmake is run
       # again when dependencies need to be recomputed.
       # again when dependencies need to be recomputed.
       QT4_MAKE_OUTPUT_FILE("${infile}" "" "qrc.depends" out_depends)
       QT4_MAKE_OUTPUT_FILE("${infile}" "" "qrc.depends" out_depends)
-      configure_file("${infile}" "${out_depends}" COPY_ONLY)
+      configure_file("${infile}" "${out_depends}" COPYONLY)
     else()
     else()
       # The .qrc file does not exist (yet). Let's add a dependency and hope
       # The .qrc file does not exist (yet). Let's add a dependency and hope
       # that it will be generated later
       # that it will be generated later