Skip to content

Commit

Permalink
update cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
jared2020 committed May 11, 2023
1 parent 485333b commit 0b28f66
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions cmake/taoQuick.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 "")

0 comments on commit 0b28f66

Please sign in to comment.