mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Default env path to Qt changed to 4.6.3
This commit is contained in:
parent
c9a7e0817d
commit
023ed2827e
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ IF(WIN32)
|
||||||
FIND_PACKAGE(External REQUIRED)
|
FIND_PACKAGE(External REQUIRED)
|
||||||
|
|
||||||
IF(NOT DEFINED ENV{QTDIR})
|
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(NOT DEFINED ENV{QTDIR})
|
||||||
ENDIF(WIN32)
|
ENDIF(WIN32)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue