2019-06-05 15:02:52 +00:00
|
|
|
# Generated from qmlcachegen.pro.
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
## qmlcachegen Tool:
|
|
|
|
#####################################################################
|
|
|
|
|
2020-07-03 13:45:41 +00:00
|
|
|
qt_get_tool_target_name(target_name qmlcachegen)
|
2020-09-22 13:23:08 +00:00
|
|
|
qt_internal_add_tool(${target_name}
|
2020-05-28 14:59:01 +00:00
|
|
|
TARGET_DESCRIPTION "QML Cache Generator"
|
2019-06-05 15:02:52 +00:00
|
|
|
TOOLS_TARGET Qml # special case
|
2021-03-30 12:38:10 +00:00
|
|
|
INSTALL_DIR "${INSTALL_LIBEXECDIR}"
|
2019-06-05 15:02:52 +00:00
|
|
|
SOURCES
|
|
|
|
qmlcachegen.cpp
|
|
|
|
DEFINES
|
|
|
|
QT_NO_CAST_FROM_ASCII
|
|
|
|
QT_NO_CAST_TO_ASCII
|
|
|
|
PUBLIC_LIBRARIES
|
2020-10-01 10:40:01 +00:00
|
|
|
Qt::QmlCompilerPrivate
|
2019-06-05 15:02:52 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
#### Keys ignored in scope 1:.:.:qmlcachegen.pro:<TRUE>:
|
2019-11-13 18:07:06 +00:00
|
|
|
# CMAKE_BIN_DIR = "$$cmakeRelativePath($$[QT_HOST_BINS], $$[QT_INSTALL_PREFIX])"
|
2019-06-05 15:02:52 +00:00
|
|
|
# QMAKE_SUBSTITUTES = "cmake_config_file"
|
|
|
|
# QMAKE_TARGET_DESCRIPTION = "QML" "Cache" "Generator"
|
|
|
|
# _OPTION = "host_build"
|
|
|
|
# build_integration.files = "qmlcache.prf" "qtquickcompiler.prf"
|
|
|
|
# build_integration.path = "$$[QT_HOST_DATA]/mkspecs/features"
|
|
|
|
# cmake_build_integration.files = "$$cmake_config_file.output"
|
2020-07-03 13:45:41 +00:00
|
|
|
# cmake_build_integration.path = "$$[QT_INSTALL_LIBS]/cmake/Qt6QuickCompiler"
|
|
|
|
# cmake_config_file.input = "$$PWD/Qt6QuickCompilerConfig.cmake.in"
|
|
|
|
# cmake_config_file.output = "$$MODULE_BASE_OUTDIR/lib/cmake/Qt6QuickCompiler/Qt6QuickCompilerConfig.cmake"
|
2019-06-05 15:02:52 +00:00
|
|
|
|
|
|
|
## Scopes:
|
|
|
|
#####################################################################
|
|
|
|
|
|
|
|
#### Keys ignored in scope 2:.:.:qmlcachegen.pro:prefix_build:
|
2019-11-13 18:07:06 +00:00
|
|
|
# INSTALLS = "cmake_build_integration" "build_integration"
|
2019-06-05 15:02:52 +00:00
|
|
|
|
|
|
|
#### Keys ignored in scope 3:.:.:qmlcachegen.pro:else:
|
2019-11-13 18:07:06 +00:00
|
|
|
# COPIES = "cmake_build_integration" "build_integration"
|
2019-06-05 15:02:52 +00:00
|
|
|
|
|
|
|
#### Keys ignored in scope 4:.:.:qmlcachegen.pro:CMAKE_BIN_DIR___contains___^\\.\\./._x_:
|
|
|
|
# CMAKE_BIN_DIR = "$$[QT_HOST_BINS]/"
|
|
|
|
# CMAKE_BIN_DIR_IS_ABSOLUTE = "True"
|
|
|
|
|
|
|
|
#### Keys ignored in scope 5:.:.:qmlcachegen.pro:QMAKE_HOST.os___equals___Windows:
|
|
|
|
# CMAKE_BIN_SUFFIX = ".exe"
|
2020-09-21 17:12:38 +00:00
|
|
|
|
|
|
|
# special case begin
|
|
|
|
# Install public prf files.
|
|
|
|
set(qmlcachegen_mkspecs
|
|
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/qmlcache.prf"
|
|
|
|
"${CMAKE_CURRENT_SOURCE_DIR}/qtquickcompiler.prf"
|
|
|
|
)
|
|
|
|
set(mkspecs_install_dir "${INSTALL_MKSPECSDIR}")
|
|
|
|
qt_path_join(mkspecs_install_dir "${QT_INSTALL_DIR}" "${mkspecs_install_dir}" "features")
|
|
|
|
qt_copy_or_install(FILES "${qmlcachegen_mkspecs}"
|
|
|
|
DESTINATION ${mkspecs_install_dir})
|
|
|
|
# special case end
|