[nostalgia] Make NOSTALGIA_QT_PATH a PATH type instead of STRING
This commit is contained in:
parent
a2aa9c8f82
commit
657af980c2
@ -5,7 +5,7 @@ project(nostalgia)
|
|||||||
|
|
||||||
set(NOSTALGIA_BUILD_TYPE "Native" CACHE STRING "The type of build to produce(Native/GBA)")
|
set(NOSTALGIA_BUILD_TYPE "Native" CACHE STRING "The type of build to produce(Native/GBA)")
|
||||||
set(NOSTALGIA_IDE_BUILD ON CACHE STRING "Build for IDE's to run")
|
set(NOSTALGIA_IDE_BUILD ON CACHE STRING "Build for IDE's to run")
|
||||||
set(NOSTALGIA_QT_PATH "" CACHE STRING "Path to Qt Libraries")
|
set(NOSTALGIA_QT_PATH "" CACHE PATH "Path to Qt Libraries")
|
||||||
set(NOSTALGIA_BUILD_PLAYER ON CACHE BOOL "Build Player")
|
set(NOSTALGIA_BUILD_PLAYER ON CACHE BOOL "Build Player")
|
||||||
set(NOSTALGIA_BUILD_STUDIO ON CACHE BOOL "Build Studio")
|
set(NOSTALGIA_BUILD_STUDIO ON CACHE BOOL "Build Studio")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user