mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-12 02:09:52 +00:00
Changed: Default env path to Qt changed to 4.6.3
This commit is contained in:
parent
99af77e8d9
commit
f41c74eea1
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ IF(WIN32)
|
|||
FIND_PACKAGE(External REQUIRED)
|
||||
|
||||
IF(NOT DEFINED ENV{QTDIR})
|
||||
SET(ENV{QTDIR} "c:/qt/4.5.0")
|
||||
SET(ENV{QTDIR} "c:/qt/4.6.3")
|
||||
ENDIF(NOT DEFINED ENV{QTDIR})
|
||||
ENDIF(WIN32)
|
||||
|
||||
|
|
Loading…
Reference in a new issue