Browse Source

ENH: fix qt bug

Bill Hoffman 20 years ago
parent
commit
300e6c98c1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Modules/FindQt.cmake

+ 1 - 1
Modules/FindQt.cmake

@@ -265,7 +265,7 @@ ENDIF(QT_MAX_VERSION)
 IF(QT_VERSION_SMALL_ENOUGH AND QT_VERSION_BIG_ENOUGH)
   # Call package for Qt3
   IF( QT_INST_MAJOR_VERSION LESS 4)
-    FIND_PACKAGE(Qt4)
+    FIND_PACKAGE(Qt3)
   ENDIF( QT_INST_MAJOR_VERSION LESS 4)
   # Call package for Qt4
   IF( QT_INST_MAJOR_VERSION GREATER 3 )