1
0
mirror of https://github.com/jaredtao/TaoQuick.git synced 2025-01-29 21:12:55 +08:00

update cmake

This commit is contained in:
jared 2023-05-11 21:50:42 +08:00
parent 485333b970
commit 0b28f66691

View File

@ -12,7 +12,11 @@ add_compile_definitions(TaoQuickImage="${TaoQuickImage}")
add_compile_definitions(TaoQuickImportPath="${TaoQuickImport}")
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 "")