mirror of
https://github.com/UltimMC/Launcher.git
synced 2025-12-19 18:37:14 +00:00
use QtCreator's $QTPATH in CMake
This commit is contained in:
@@ -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 ########
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user