mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
Changed: Default env path to Qt changed to 4.6.3
This commit is contained in:
parent
56b5247fb3
commit
1e4deb92ce
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