Skip to content

Commit

Permalink
added qbs qt install dir
Browse files Browse the repository at this point in the history
  • Loading branch information
arBmind committed Aug 10, 2023
1 parent 00c68b7 commit 897157b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/shared/CMakeLists.txt
Expand Up @@ -16,6 +16,7 @@ if (BUILD_QBS)
file(RELATIVE_PATH _REL_PATH_TO_QTC "${CMAKE_BINARY_DIR}" "${PROJECT_BINARY_DIR}")
set(QBS_OUTPUT_PREFIX "${_REL_PATH_TO_QTC}/" CACHE STRING "" FORCE)
set(QBS_APP_INSTALL_DIR "${IDE_BIN_PATH}" CACHE STRING "" FORCE)
set(QBS_QT_INSTALL_DIR "/${IDE_LIBRARY_BASE_PATH}/Qt/lib" CACHE STRING "" FORCE)
set(QBS_LIB_INSTALL_DIR "${IDE_LIBRARY_PATH}" CACHE STRING "" FORCE)
set(QBS_DLL_INSTALL_DIR "${IDE_BIN_PATH}" CACHE STRING "" FORCE)
set(QBS_LIBEXEC_INSTALL_DIR "${IDE_LIBEXEC_PATH}" CACHE STRING "" FORCE)
Expand Down
2 changes: 1 addition & 1 deletion src/shared/qbs

0 comments on commit 897157b

Please sign in to comment.