use QtCreator's $QTPATH in CMake
This commit is contained in:
parent
ca1fd44637
commit
d891032219
@ -264,6 +264,10 @@ ADD_DEPENDENCIES(MultiMC MultiMCLauncher libmmcutil libmmcsettings libmmcinst)
|
|||||||
|
|
||||||
|
|
||||||
################################ INSTALLATION AND PACKAGING ################################
|
################################ INSTALLATION AND PACKAGING ################################
|
||||||
|
# use QtCreator's QTDIR var
|
||||||
|
IF(DEFINED ENV{QTDIR})
|
||||||
|
SET(Qt5_DIR $ENV{QTDIR})
|
||||||
|
ENDIF()
|
||||||
|
|
||||||
######## Plugin and library folders ########
|
######## Plugin and library folders ########
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user