Fix QML_IMPORT_PATH.

This commit is contained in:
Black Hat
2019-08-03 21:44:05 +08:00
parent 19e4956072
commit 31f13880a8

View File

@@ -64,7 +64,7 @@ if (Qt5_POSITION_INDEPENDENT_CODE)
SET(CMAKE_POSITION_INDEPENDENT_CODE ON)
endif()
set(QML_IMPORT_PATH ${CMAKE_SOURCE_DIR}/qml ${CMAKE_BINARY_DIR}/imports CACHE string "" FORCE)
set(QML_IMPORT_PATH ${CMAKE_SOURCE_DIR}/qml ${CMAKE_SOURCE_DIR}/imports CACHE string "" FORCE)
if(WIN32)
enable_language(RC)