Advertisement
Guest User

omedi_patch

a guest
Apr 30th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.56 KB | None | 0 0
  1. --- CMakeLists_orig.txt 2016-04-30 15:46:03.528157798 +0200
  2. +++ CMakeLists.txt      2016-04-30 11:23:51.000000000 +0200
  3. @@ -40,12 +40,12 @@
  4.  # (This will have no effect with CMake < 2.8)
  5.  SET(QT_USE_IMPORTED_TARGETS TRUE)
  6.  
  7. -option(QT4_BUILD "Force building with Qt4 even if Qt5 is found")
  8. -IF (WIN32)
  9. +#option(QT4_BUILD "Force building with Qt4 even if Qt5 is found")
  10. +#IF (WIN32)
  11.  # set(QT4_BUILD ON)
  12. -ELSE(WIN32)
  13. -set(QT4_BUILD ON)
  14. -ENDIF(WIN32)
  15. +#ELSE(WIN32)
  16. +#set(QT4_BUILD ON)
  17. +#ENDIF(WIN32)
  18.  
  19.  IF (NOT QT4_BUILD)
  20.    FIND_PACKAGE( Qt5Core QUIET )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement