diff --git a/cmake/taoQuick.cmake b/cmake/taoQuick.cmake index aa43d1ea..74b5e205 100644 --- a/cmake/taoQuick.cmake +++ b/cmake/taoQuick.cmake @@ -16,7 +16,10 @@ add_compile_definitions(TaoQuickImage="${TaoQuickImage}") add_compile_definitions(TaoQuickImportPath="${TaoQuickImport}") add_compile_definitions(TaoQuickImagePath="${TaoQuickImage}") -add_compile_definitions(QML_IMPORT_PATH="${TaoQuickPath}") -add_compile_definitions(QML2_IMPORT_PATH="${TaoQuickPath}") -add_compile_definitions(QML_DESIGNER_IMPORT_PATH="${TaoQuickPath}") +#add_compile_definitions(QML_IMPORT_PATH="${TaoQuickPath}") +#add_compile_definitions(QML2_IMPORT_PATH="${TaoQuickPath}") +#add_compile_definitions(QML_DESIGNER_IMPORT_PATH="${TaoQuickPath}") +set(QML_IMPORT_PATH ${TaoQuickPath} CACHE STRING "") +set(QML2_IMPORT_PATH ${TaoQuickPath} CACHE STRING "") +set(QML_DESIGNER_IMPORT_PATH ${TaoQuickPath} CACHE STRING "")