mirror of
https://github.com/jaredtao/TaoQuick.git
synced 2025-01-29 21:12:55 +08:00
update cmake
This commit is contained in:
parent
485333b970
commit
0b28f66691
@ -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 "")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user