mirror of
https://github.com/reactos/CMake.git
synced 2025-02-02 01:55:03 +00:00
ENH: fix qt bug
This commit is contained in:
parent
20a59651d1
commit
300e6c98c1
@ -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 )
|
||||
|
Loading…
x
Reference in New Issue
Block a user